Skip to content

Commit

Permalink
Add rust cache to lint and format check
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler committed Dec 31, 2023
1 parent b61b5f6 commit 9bcefed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
override: true
components: rustfmt, clippy

- name: Rust cache
uses: Swatinem/rust-cache@v2

- name: Setup Aftman
uses: ok-nick/setup-aftman@v0.3.0
with:
Expand Down

0 comments on commit 9bcefed

Please sign in to comment.