Skip to content

Commit

Permalink
ci: make nightly toolchain available for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Sep 12, 2024
1 parent b1c4922 commit 3a654b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: Cargo Deny
uses: EmbarkStudios/cargo-deny-action@v1

- name: Clippy
run: cargo +nightly clippy --all-targets --all-features

- name: Install Nightly Toolchain
uses: dtolnay/rust-toolchain@nightly
with:
components: clippy, rustfmt

- name: Clippy
run: cargo +nightly clippy --all-targets --all-features

- name: Format
run: cargo +nightly fmt --check

0 comments on commit 3a654b3

Please sign in to comment.