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 ad9d6ad + cfc1164 commit be6e2efCopy full SHA for be6e2ef
.github/workflows/build.yml
@@ -36,8 +36,9 @@ jobs:
36
rust-cache: true
37
38
- name: Run lints
39
- run:
40
- BUILD_SPIN_EXAMPLES=0 make lint
+ run: |
+ 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)
42
43
- name: Cancel everything if linting fails
44
if: failure()
0 commit comments