Skip to content

Commit

Permalink
Add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
frkri committed Mar 5, 2024
1 parent 3a9999f commit ba9ddab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy

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

- name: Fmt
run: cargo fmt --all -- --check
Expand Down

0 comments on commit ba9ddab

Please sign in to comment.