Skip to content

Commit

Permalink
Add clippy + rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleavy committed Nov 13, 2023
1 parent 053b159 commit 011e367
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy, rustfmt
- name: Install cargo-fuzz
run: cargo install cargo-fuzz
- name: Rust Fmt on fuzz targets
Expand Down

0 comments on commit 011e367

Please sign in to comment.