👷 Add cargo sort-derives tool
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful

This commit is contained in:
2025-04-27 22:10:27 +02:00
parent 8684086c74
commit a8a7b16e9f
9 changed files with 19 additions and 13 deletions

View File

@@ -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: |