Skip to content

Commit a8cfe19

Browse files
SwiftLint GH Actions Reporter
Use the github actions reporter for swiftlint.
1 parent e95fbfb commit a8cfe19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swiftlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
steps:
99
- uses: actions/checkout@v3
1010
- name: GitHub Action for SwiftLint with --strict
11-
run: swiftlint --strict
11+
run: swiftlint --reporter github-actions-logging --strict

0 commit comments

Comments
 (0)