Skip to content

Commit

Permalink
Ignore netcdf-src for rustfmt/clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Jul 29, 2024
1 parent ca755db commit 15f6f30
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 @@ -37,9 +37,9 @@ jobs:
- name: Check formatting
run: cargo fmt -- --check
- name: Documentation
run: cargo doc --workspace --features netcdf/derive
run: cargo doc --workspace --features netcdf/derive --exclude netcdf-src
- name: Clippy
run: cargo clippy --features netcdf/derive --workspace -- -D warnings
run: cargo clippy --features netcdf/derive --workspace --exclude netcdf-src -- -D warnings

test_apt:
name: test apt
Expand Down

0 comments on commit 15f6f30

Please sign in to comment.