Skip to content

Commit d40da5e

Browse files
committed
CI: disable linting
1 parent abae48f commit d40da5e

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,21 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
jobs:
18-
lint:
19-
name: Lint
20-
runs-on: macos-latest
21-
steps:
22-
- name: Git Checkout
23-
uses: actions/checkout@v5
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
2425

25-
- name: Install SwiftFormat
26-
run: |
27-
brew unlink swiftformat
28-
brew install swiftformat --HEAD
26+
# - name: Install SwiftFormat
27+
# run: |
28+
# brew unlink swiftformat
29+
# brew install swiftformat --HEAD
2930

30-
- name: SwiftFormat Lint
31-
run: swiftformat --lint . --reporter github-actions-log
31+
# - name: SwiftFormat Lint
32+
# run: swiftformat --lint . --reporter github-actions-log
3233

3334
apple:
3435
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.title, '[skip ci]')

0 commit comments

Comments
 (0)