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 63bed85 commit 79ea427Copy full SHA for 79ea427
github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
uses: swift-actions/[email protected]
86
- name: Install SwiftLint
87
run: |
88
- curl -L https://github.com/realm/SwiftLint/releases/download/0.60.0/swiftlint_linux_amd64.zip -o swiftlint.zip
+ curl -L https://github.com/realm/SwiftLint/releases/download/0.61.0/swiftlint_linux_amd64.zip -o swiftlint.zip
89
unzip swiftlint.zip -d swiftlint
90
./swiftlint/swiftlint --version
91
- name: Run SwiftLint
0 commit comments