We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76664ba commit 0fe7872Copy full SHA for 0fe7872
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Install SwiftLint
22
run: |
23
- curl -L https://github.com/realm/SwiftLint/releases/download/0.54.0/SwiftLint.pkg -o SwiftLint.pkg
+ curl -L https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLint.pkg -o SwiftLint.pkg
24
sudo installer -pkg SwiftLint.pkg -target /
25
26
- name: Run SwiftLint
0 commit comments