Skip to content

Commit

Permalink
fix: add clippy to the CI for nightly
Browse files Browse the repository at this point in the history
bench: 1583604
  • Loading branch information
DeveloperPaul123 committed Dec 19, 2024
1 parent 27d7eab commit 6d87db3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
with:
lfs: true
- name: Rust nightly
run: rustup default nightly
run: |
rustup default nightly
rustup component add clippy
- name: Install just
uses: extractions/setup-just@v2
- name: clippy
Expand Down

0 comments on commit 6d87db3

Please sign in to comment.