Skip to content

Commit d1a087a

Browse files
committed
Fix clippy workflow cache cleanup
Remove pnpm cache handling from the Clippy workflow's setup-node\nstep. The job does not install Node dependencies, so the post-job\ncache save was failing even when clippy itself passed.
1 parent 91d979b commit d1a087a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/clippy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
- uses: actions/setup-node@v4
4141
with:
4242
node-version: 22
43-
cache: pnpm
4443

4544
- uses: dtolnay/rust-toolchain@stable
4645
with:

0 commit comments

Comments
 (0)