Skip to content

Commit

Permalink
tests: add rustfmt and clippy with rust toolchain action
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Nov 21, 2023
1 parent eac725e commit 9719a2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
- name: Make doubly sure to install the nightly rustfmt
run: |
rustup component add rustfmt --toolchain nightly-x86_64-unknown-linux-gnu
components: rustfmt, clippy
- name: Check formatting
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 9719a2e

Please sign in to comment.