We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b11daf commit 3b4934cCopy full SHA for 3b4934c
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Format lint
19
run: swiftformat --lint .
20
- name: Lint
21
- run: swiftlint .
+ run: swiftlint lint --quiet
22
macos-test:
23
runs-on: macos-13
24
environment: default
0 commit comments