Skip to content

Commit

Permalink
Merge pull request #69 from veracode/fail-on-warnings-swiftlint
Browse files Browse the repository at this point in the history
Add --strict to SwiftLint
  • Loading branch information
NinjaLikesCheez authored Sep 10, 2024
2 parents 31967a1 + d7f8262 commit 2451582
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/SwiftLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
- uses: actions/checkout@v4
- uses: cirruslabs/swiftlint-action@v1
with:
version: latest
version: latest
args: "--strict"

0 comments on commit 2451582

Please sign in to comment.