Skip to content

Commit 3b4934c

Browse files
committed
Change swiftlint in ci to use quiet mode
fix-file-headers
1 parent 8b11daf commit 3b4934c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Format lint
1919
run: swiftformat --lint .
2020
- name: Lint
21-
run: swiftlint .
21+
run: swiftlint lint --quiet
2222
macos-test:
2323
runs-on: macos-13
2424
environment: default

0 commit comments

Comments
 (0)