diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-25 12:07:58 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-25 12:07:58 +0300 |
| commit | 7c7e91c857cbf8e5c2bf17a8d2d94e78177315f5 (patch) | |
| tree | 2abca6f46362b380557632263a83b8bd3e616148 /.github | |
| parent | 7c3b3a53f51a87e7d6f28ed26173aa4c8e5b6957 (diff) | |
| download | fparkan-7c7e91c857cbf8e5c2bf17a8d2d94e78177315f5.tar.xz fparkan-7c7e91c857cbf8e5c2bf17a8d2d94e78177315f5.zip | |
build(ci): fail closed on shader provenance
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ca3066..a91fad1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,6 +112,8 @@ jobs: echo "DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH" >> "$GITHUB_ENV" - name: Install cargo-deny run: cargo install cargo-deny --version 0.19.9 --locked + - name: Verify shader provenance + run: cargo xtask shader-provenance - name: Run canonical CI gate run: cargo xtask ci - name: Run native Vulkan smoke |
