Skip to content

Commit 57e282e

Browse files
chore: added comment about --fix flag in CI
1 parent 561eb1c commit 57e282e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/macOS-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
codespell # See .codespellrc for args
4242
- name: SwiftLint
4343
run: |
44+
# Adding --fix flag makes CI print only errors that cannot be fixed automatically
4445
swiftlint --fix
4546
- name: Resolve dependencies
4647
run: swift package resolve

0 commit comments

Comments
 (0)