pre-commit: parallel: true commands: hadolint: glob: "**/*Dockerfile" run: hadolint {staged_files} woodpecker: glob: ".woodpecker/*.{yml,yaml}" run: woodpecker lint {staged_files} yamllint: glob: "**/*.{yml,yaml}" run: yamllint {staged_files} fmt: run: cargo fmt --all -- --check stage_fixed: true clippy: run: cargo clippy --all-targets --all-features -- -D warnings test: run: cargo test --all -- --test-threads=1