mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
parent
2c569a4dbf
commit
3e2adfdcc7
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -176,7 +176,8 @@ jobs:
|
|||
- uses: taiki-e/checkout-action@v1
|
||||
- uses: Boshen/setup-rust@main
|
||||
with:
|
||||
cache-key: warm
|
||||
save-cache: ${{ github.ref_name == 'main' }}
|
||||
cache-key: clippy
|
||||
components: clippy
|
||||
tools: ast-grep
|
||||
- run: cargo lint -- -D warnings
|
||||
|
|
|
|||
Loading…
Reference in a new issue