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 23cbdbb commit 7636ecfCopy full SHA for 7636ecf
.github/workflows/lint.yml
@@ -32,5 +32,5 @@ jobs:
32
run: swiftlint version
33
34
- name: Lint Swift code
35
- run: swiftlint lint --config .github/workflows/build/.swiftlint.yml --strict --reporter github-actions-logging
+ run: swiftlint lint Swift --config .github/workflows/build/.swiftlint.yml --strict --reporter github-actions-logging
36
0 commit comments