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 eea4c37 commit 8562812Copy full SHA for 8562812
.github/workflows/ci.yaml
@@ -54,6 +54,9 @@ jobs:
54
run: cd xtask && cargo build
55
- name: xtask generate
56
run: cargo xtask generate ${{ matrix.integration }}
57
+ # if this fails, the files committed don't match what should have been generated
58
+ - name: generated files are up-to-date
59
+ run: git add . && git diff --quiet && git diff --cached --quiet
60
# no --locked, templates need to generate their lockfile
61
- name: cargo fetch
62
run: cargo xtask generate ${{ matrix.integration }} -x "cargo fetch --target $TARGET"
0 commit comments