Skip to content

Commit d856144

Browse files
committed
ci: cache cargo artifacts in clippy job to speed up SARIF tools install
1 parent 297b1eb commit d856144

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v6
2828
- run: rustup component add clippy
29+
- uses: Swatinem/rust-cache@v2
2930
- name: Install SARIF tools
3031
run: cargo install clippy-sarif sarif-fmt
3132
- name: Run clippy

0 commit comments

Comments
 (0)