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 561eb1c commit 57e282eCopy full SHA for 57e282e
.github/workflows/macOS-tests.yml
@@ -41,6 +41,7 @@ jobs:
41
codespell # See .codespellrc for args
42
- name: SwiftLint
43
run: |
44
+ # Adding --fix flag makes CI print only errors that cannot be fixed automatically
45
swiftlint --fix
46
- name: Resolve dependencies
47
run: swift package resolve
0 commit comments