We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170b843 commit 6867b77Copy full SHA for 6867b77
.github/workflows/build.yml
@@ -122,11 +122,10 @@ jobs:
122
set -eu
123
git ls-files -z '*.swift' | xargs -0 swift format format --parallel --in-place
124
GIT_PAGER='' git diff --exit-code '*.swift'
125
- # Disabled as it produces multiple warnings at the moment.
126
- # - name: Run format lint check
127
- # run: |
128
- # set -eu
129
- # git ls-files -z '*.swift' | xargs -0 swift format lint --strict --parallel
+ - name: Run format lint check
+ run: |
+ set -eu
+ git ls-files -z '*.swift' | xargs -0 swift format lint --strict --parallel
130
131
sanitizer_testing:
132
runs-on: ubuntu-latest
0 commit comments