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 b0ded20 commit e00f053Copy full SHA for e00f053
.github/workflows/macOS-tests.yml
@@ -41,10 +41,10 @@ jobs:
41
codespell # See .codespellrc for args
42
- name: SwiftLint
43
run: |
44
- # 1. Make automated fixes that are possible
45
- # 2. git diff to see what automated fixes were made
+ # 1. Make all automated fixes that are possible
+ # 2. git diff to see what (if any) automated fixes were made
46
# 3. See https://github.com/realm/SwiftLint#xcode explains why the double run
47
- swiftlint --fix && git diff && swiftlint
+ swiftlint --fix --quiet && git diff && swiftlint --quiet
48
- name: Resolve dependencies
49
run: swift package resolve
50
- name: Build
0 commit comments