Skip to content

Commit 0fe7872

Browse files
committed
Update SwiftLint version to 0.63.2 in CI
1 parent 76664ba commit 0fe7872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install SwiftLint
2222
run: |
23-
curl -L https://github.com/realm/SwiftLint/releases/download/0.54.0/SwiftLint.pkg -o SwiftLint.pkg
23+
curl -L https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLint.pkg -o SwiftLint.pkg
2424
sudo installer -pkg SwiftLint.pkg -target /
2525
2626
- name: Run SwiftLint

0 commit comments

Comments
 (0)