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 17e7890 commit dbc1e4bCopy full SHA for dbc1e4b
.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
- swiftlint --fix && git branch && git status && git diff origin/${GITHUB_REF} origin/${GITHUB_HEAD_REF} && swiftlint
+ echo "test" > target.txt && swiftlint --fix && git branch && git status && git diff && swiftlint
48
- name: Resolve dependencies
49
run: swift package resolve
50
- name: Build
0 commit comments