Skip to content

Commit

Permalink
Include clippy and rustfmt for lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack committed Aug 9, 2024
1 parent 2677046 commit 2517b54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
- name: Setup Rust
uses: dtolnay/rust-toolchain@1.80
id: setup-rust
with:
components: clippy, rustfmt
- name: Cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 2517b54

Please sign in to comment.