Disable CI check for formatting

This commit is contained in:
Caleb Jasik 2025-02-13 16:48:35 -06:00
parent 5d97e53522
commit 02e8c5bf35
No known key found for this signature in database

View file

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