Skip to content

Commit

Permalink
Ensure SwiftLint is newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Jul 15, 2023
1 parent 14c73fd commit 2621151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Upgrade SwiftLint
run: brew upgrade swiftlint
- name: SwiftLint
run: swiftlint --quiet --strict --reporter github-actions-logging

0 comments on commit 2621151

Please sign in to comment.