File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,21 @@ concurrency:
1515 cancel-in-progress : true
1616
1717jobs :
18- lint :
19- name : Lint
20- runs-on : macos-latest
21- steps :
22- - name : Git Checkout
23- uses : actions/checkout@v5
24-
25- - name : Install SwiftFormat
26- run : |
27- brew unlink swiftformat
28- brew install swiftformat --HEAD
29-
30- - name : SwiftFormat Lint
31- run : swiftformat --lint . --reporter github-actions-log
18+ # TODO: Re-enable when --ifdef no-indent works as intended
19+ # lint:
20+ # name: Lint
21+ # runs-on: macos-latest
22+ # steps:
23+ # - name: Git Checkout
24+ # uses: actions/checkout@v5
25+
26+ # - name: Install SwiftFormat
27+ # run: |
28+ # brew unlink swiftformat
29+ # brew install swiftformat --HEAD
30+
31+ # - name: SwiftFormat Lint
32+ # run: swiftformat --lint . --reporter github-actions-log
3233
3334 lint-podspec :
3435 if : github.event_name != 'pull_request' || !contains(github.event.pull_request.title, '[skip ci]')
You can’t perform that action at this time.
0 commit comments