👷 Add cargo sort-derives tool
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
This commit is contained in:
@@ -5,6 +5,12 @@ steps:
|
||||
rustup component add rustfmt
|
||||
cargo fmt --all --check
|
||||
|
||||
- name: lint - sort derives
|
||||
image: rust:1.86
|
||||
commands: |
|
||||
cargo install --locked cargo-sort-derives
|
||||
cargo sort-derives --check
|
||||
|
||||
- name: lint - clippy
|
||||
image: rust:1.86
|
||||
commands: |
|
||||
|
Reference in New Issue
Block a user