Enable CI check for formatting

This commit is contained in:
Caleb Jasik 2025-02-13 16:49:32 -06:00
parent 7c4a1a5faa
commit da5fc3a9d6
No known key found for this signature in database

View file

@ -17,6 +17,5 @@ jobs:
with: with:
show-progress: false show-progress: false
# Re-enable in follow-up PR that does the formatting. - name: Check formating
# - name: Check formating run: swiftformat --lint . --reporter github-actions-log
# run: swiftformat --lint . --reporter github-actions-log