We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f7170 commit d23f140Copy full SHA for d23f140
.github/workflows/linting.yml
@@ -22,6 +22,8 @@ jobs:
22
with:
23
fetch-depth: 1
24
- uses: ./.github/actions/cancel_workflow
25
+ - name: Install SwiftLint
26
+ run: brew install swiftlint
27
- name: swiftlint
28
run: |
29
function stripPWD() {
0 commit comments