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