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 dbc1e4b commit b0ded20Copy full SHA for b0ded20
.github/workflows/macOS-tests.yml
@@ -44,7 +44,7 @@ jobs:
44
# 1. Make automated fixes that are possible
45
# 2. git diff to see what automated fixes were made
46
# 3. See https://github.com/realm/SwiftLint#xcode explains why the double run
47
- echo "test" > target.txt && swiftlint --fix && git branch && git status && git diff && swiftlint
+ swiftlint --fix && git diff && swiftlint
48
- name: Resolve dependencies
49
run: swift package resolve
50
- name: Build
0 commit comments