Skip to content

Commit 69d97e5

Browse files
committed
CI: disable linting
1 parent 6ba9bd2 commit 69d97e5

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 14 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
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]')

0 commit comments

Comments
 (0)