Update script and CI config

This commit is contained in:
Taiki Endo
2026-03-09 00:26:51 +09:00
parent fc2a2b349f
commit 7c8485f106
4 changed files with 24 additions and 8 deletions

View File

@@ -134,7 +134,7 @@ jobs:
if: startsWith(matrix.os, 'windows')
- name: Test cmd
run: just --version & shfmt --version & protoc --version
shell: cmd
shell: cmd # zizmor: ignore[misfeature] used for compatibility testing
if: startsWith(matrix.os, 'windows')
# We use the version output to check the version of cargo-binstall, but they
# several times change the version output format in the past so we need to

4
.github/zizmor.yml vendored
View File

@@ -10,7 +10,3 @@ rules:
policies:
taiki-e/*: any
'*': ref-pin
misfeature:
ignore:
# We use `shell: cmd` to test compatibility.
- ci.yml