lint: run shellcheck xtask in main checks

Part of #12661
This commit is contained in:
Daniel Rainer
2026-04-20 19:57:38 +02:00
committed by Johannes Altmanninger
parent ca443e2e54
commit 0c078c179d

View File

@@ -98,6 +98,9 @@ if $lint; then
if command -v cargo-deny >/dev/null; then
cargo deny --all-features --locked --exclude-dev check licenses
fi
cargo xtask shellcheck
PATH="$build_dir:$PATH" cargo xtask format --all --check
for features in "" --no-default-features --all-features; do
cargo clippy --workspace --all-targets $features