Skip to content

Commit

Permalink
install clippy
Browse files Browse the repository at this point in the history
Signed-off-by: stevelr <[email protected]>
  • Loading branch information
stevelr committed Feb 3, 2022
1 parent 4e2c13e commit 0f1d060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
rustup toolchain install nightly
rustup update stable nightly
rustup component add --toolchain nightly rustfmt
rustup component add --toolchain nightly rustfmt clippy
rustup default nightly
- name: run_all_tests_clippy_fmt
run: |
Expand Down

0 comments on commit 0f1d060

Please sign in to comment.