Skip to content

Commit e00f053

Browse files
authored
Update macOS-tests.yml
1 parent b0ded20 commit e00f053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macOS-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
codespell # See .codespellrc for args
4242
- name: SwiftLint
4343
run: |
44-
# 1. Make automated fixes that are possible
45-
# 2. git diff to see what automated fixes were made
44+
# 1. Make all automated fixes that are possible
45+
# 2. git diff to see what (if any) automated fixes were made
4646
# 3. See https://github.com/realm/SwiftLint#xcode explains why the double run
47-
swiftlint --fix && git diff && swiftlint
47+
swiftlint --fix --quiet && git diff && swiftlint --quiet
4848
- name: Resolve dependencies
4949
run: swift package resolve
5050
- name: Build

0 commit comments

Comments
 (0)