Skip to content

Commit

Permalink
ci: strict SwiftLint
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Sep 22, 2024
1 parent a72b7e0 commit cefcd65
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 @@ -21,7 +21,7 @@ jobs:
unzip ci/swiftlint.zip -d /usr/local/bin/
chmod +x /usr/local/bin/swiftlint
- name: Run swiftlint
run: swiftlint .
run: swiftlint lint --strict .

swiftformat:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cefcd65

Please sign in to comment.