Skip to content

Commit f72ce8d

Browse files
committed
fix: clippy warnings and add cross-platform clippy to PR workflow
- Allow large_enum_variant on proc-macro PartialType enum - Add `cargo clippy --all-targets -- -D warnings` to the test matrix in pull_request.yml so platform-specific issues are caught early
1 parent c2951bf commit f72ce8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ jobs:
208208
run: command -v tree-sitter || cargo install tree-sitter-cli --version "$(cat .tree-sitter-cli-version)" --locked
209209
shell: bash
210210

211+
- name: Run clippy
212+
run: cargo clippy --all-targets -- -D warnings
213+
211214
- name: Run tests
212215
run: cargo test --workspace
213216

0 commit comments

Comments
 (0)