Skip to content

Commit

Permalink
Update clippy-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thedocruby committed Nov 5, 2023
1 parent d1f65e9 commit 317f4b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clippy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Clippy
run: rustup component add clippy --toolchain nightly-2023-05-27-x86_64-unknown-linux-gnu
- name: Run Clippy
run: cargo clippy --all-targets --all-features
run: cargo clippy --all-targets --all-features

0 comments on commit 317f4b3

Please sign in to comment.