Skip to content

Commit

Permalink
fix(ci): remove cli feature in clippy job
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <[email protected]>
  • Loading branch information
gierens committed Sep 3, 2024
1 parent 1260647 commit 3845a16
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 @@ -41,7 +41,7 @@ jobs:
components: clippy
- uses: Swatinem/rust-cache@v2
- name: linting
run: cargo clippy --features cli -- -D warnings
run: cargo clippy -- -D warnings

spellcheck:
name: spellcheck
Expand Down

0 comments on commit 3845a16

Please sign in to comment.