Skip to content

Commit

Permalink
ci: Don't lint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jan 28, 2024
1 parent 46c377a commit 06a5d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --all-targets --all-features
run: cargo build
- name: Run Clippy
run: cargo clippy --all-targets --all-features
run: cargo clippy --no-deps
- name: Run Rustfmt (run `cargo fmt --all` to fix)
run: cargo fmt --all -- --check

0 comments on commit 06a5d97

Please sign in to comment.