Enable CI check for formatting

This commit is contained in:
Caleb Jasik 2025-02-20 15:20:03 -06:00
parent 4d34083572
commit f1306d82d4
No known key found for this signature in database

View file

@ -17,6 +17,5 @@ jobs:
with:
show-progress: false
# Re-enable in follow-up PR that does the formatting.
# - name: Check formating
# run: ./swift-format.sh check
- name: Check formating
run: ./swift-format.sh check