Skip to content

Commit

Permalink
chore(ci): Add rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Oct 1, 2024
1 parent b57d0a9 commit 4d57422
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: dtolnay/[email protected]
with:
components: rustfmt
- uses: Swatinem/rust-cache@v2
- name: Run rustfmt
run: just fmt
clippy:
Expand All @@ -43,5 +44,6 @@ jobs:
uses: dtolnay/[email protected]
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- name: Run clippy
run: just clippy

0 comments on commit 4d57422

Please sign in to comment.