Skip to content

Commit 597eb27

Browse files
committed
Enable format check to ensure it fails
1 parent 4efc13a commit 597eb27

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/swiftfmt.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717
with:
1818
show-progress: false
1919

20-
# Re-enable in follow-up PR that does the formatting.
21-
# - name: Check formating
22-
# run: ./swift-format.sh check
20+
- name: Check formating
21+
run: ./swift-format.sh check

0 commit comments

Comments
 (0)