Skip to content

Commit

Permalink
Bump SwiftLint to 0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
file-sync-app[bot] committed Nov 11, 2023
1 parent 2bb992d commit 95a97c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: swift-actions/[email protected]
- name: Install SwiftLint
run: |
curl -L https://github.com/realm/SwiftLint/releases/download/0.53.0/swiftlint_linux.zip -o swiftlint.zip
curl -L https://github.com/realm/SwiftLint/releases/download/0.54.0/swiftlint_linux.zip -o swiftlint.zip
unzip swiftlint.zip -d swiftlint
./swiftlint/swiftlint --version
- name: Run SwiftLint
Expand Down

0 comments on commit 95a97c4

Please sign in to comment.