We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3f0cf commit 041b6b5Copy full SHA for 041b6b5
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
46
with:
47
node-version-file: .node-version
48
- cache: pnpm
+ cache: pnpm # zizmor: ignore[cache-poisoning]
49
- run: pnpm install --frozen-lockfile
50
- run: pnpm run fmt --write ./src/docs/guide/usage/linter
51
0 commit comments