Skip to content

Commit

Permalink
ci: use nightly for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed May 21, 2024
1 parent 9c4c0c5 commit 2e117ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v26
- name: Clippy
run: nix develop .#stable -c cargo clippy --workspace --all-features --all-targets -- -D warnings
run: nix develop .#nightly -c cargo clippy --workspace --all-features --all-targets -- -D warnings
doc:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2e117ac

Please sign in to comment.