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.
2 parents 4a4fdb3 + d210c5c commit 648c5a3Copy full SHA for 648c5a3
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run lints
39
run: |
40
BUILD_SPIN_EXAMPLES=0 make lint
41
- git diff --quiet . || (echo "Git working tree dirtied by lints. Run `make lint` and check in changes" && exit 1)
+ git diff --name-status --exit-code . || (echo "Git working tree dirtied by lints. Run `make lint` and check in changes" && exit 1)
42
43
- name: Cancel everything if linting fails
44
if: failure()
0 commit comments