We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--quiet
git diff
1 parent fede22f commit 301a1f3Copy full SHA for 301a1f3
.github/workflows/ci.yaml
@@ -1349,7 +1349,7 @@ jobs:
1349
- name: Run CI workflow generation checks
1350
run: |
1351
./ci/actions-templates/gen-workflows.sh
1352
- git diff --quiet
+ git diff --exit-code
1353
- name: Prep cargo dirs
1354
1355
mkdir -p ~/.cargo/{registry,git}
ci/actions-templates/centos-fmt-clippy-template.yaml
@@ -22,7 +22,7 @@ jobs: # skip-all
22
23
24
25
26
27
28
0 commit comments