Skip to content

Commit

Permalink
Make SwiftLint on CI strict
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaschifino committed Nov 7, 2024
1 parent ddeaeb0 commit 25c2f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:

- name: SwiftLint
run: |
swiftlint --reporter github-actions-logging
swiftlint --reporter github-actions-logging --strict

0 comments on commit 25c2f5f

Please sign in to comment.