Skip to content

Commit

Permalink
SwiftLint GH Actions Reporter
Browse files Browse the repository at this point in the history
Use the github actions reporter for swiftlint.
  • Loading branch information
thecoolwinter authored Jun 15, 2024
1 parent e95fbfb commit a8cfe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint with --strict
run: swiftlint --strict
run: swiftlint --reporter github-actions-logging --strict

0 comments on commit a8cfe19

Please sign in to comment.