diff --git a/.github/workflows/swiftformat.yml b/.github/workflows/swiftformat.yml index 59f289e5fd..863b75891d 100644 --- a/.github/workflows/swiftformat.yml +++ b/.github/workflows/swiftformat.yml @@ -33,7 +33,7 @@ jobs: - name: SwiftFormat run: | - swiftformat --lint . --reporter github-actions-log + swiftformat --lint . --reporter github-actions-log --swiftversion 5.9 confirm-pass: runs-on: macos-latest