Vapora/justfiles/workflow.just

12 lines
370 B
Text
Raw Normal View History

2026-04-09 00:03:59 +01:00
# Generated by ore workflow generate
# Source: .ontology/workflow.ncl
# layer: ci-standard
ci-standard:
cargo clippy --all-targets --all-features -- -D warnings
cargo nextest run --all-features --workspace --profile ci --cargo-profile ci
cargo deny check licenses advisories
nickel typecheck
nu --ide-check 100
cargo build --release --workspace