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