Skip to content

Commit 20edf77

Browse files
committed
CI: Don't run Swiftlint on Linux
1 parent 836054f commit 20edf77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
brew install mint
3535
mint bootstrap
3636
- name: SwiftLint
37+
if: ${{ matrix.os == 'macos-latest' }}
3738
env:
3839
MINT_PATH: '~/mint'
3940
run: make lint-check

0 commit comments

Comments
 (0)