Skip to content

Commit

Permalink
Bump SwiftLint to 0.52.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nef10 committed Jul 16, 2023
1 parent e578bac commit 16865b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/workflows/ci.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: swift-actions/setup-swift@v1.23.0
- name: Install SwiftLint
run: |
curl -L https://github.com/realm/SwiftLint/releases/download/0.52.3/swiftlint_linux.zip -o swiftlint.zip
curl -L https://github.com/realm/SwiftLint/releases/download/0.52.4/swiftlint_linux.zip -o swiftlint.zip
unzip swiftlint.zip -d swiftlint
./swiftlint/swiftlint --version
- name: Run SwiftLint
Expand Down

0 comments on commit 16865b1

Please sign in to comment.