diff --git a/.github/workflows/swiftfmt.yml b/.github/workflows/swiftfmt.yml index c6b12de..da93362 100644 --- a/.github/workflows/swiftfmt.yml +++ b/.github/workflows/swiftfmt.yml @@ -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