We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95fbfb commit a8cfe19Copy full SHA for a8cfe19
.github/workflows/swiftlint.yml
@@ -8,4 +8,4 @@ jobs:
8
steps:
9
- uses: actions/checkout@v3
10
- name: GitHub Action for SwiftLint with --strict
11
- run: swiftlint --strict
+ run: swiftlint --reporter github-actions-logging --strict
0 commit comments