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 cfb2406 commit aed2260Copy full SHA for aed2260
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
run: swiftformat --version
20
- name: Format lint
21
run: swiftformat --lint .
22
+ - name: Install swiftlint
23
+ run: brew install swiftlint
24
- name: SwiftLint version
25
run: swiftlint --version
26
- name: Lint
0 commit comments