Skip to content

Commit 334506c

Browse files
Use GitHubActions SwiftLint Reporter
1 parent 412b0a2 commit 334506c

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)