ci: add ECP lint gates and require checks before deploy

This commit is contained in:
every.channel 2026-02-27 23:34:39 -08:00
parent fe03ec8f1a
commit d89d3100f6
No known key found for this signature in database
4 changed files with 278 additions and 0 deletions

View file

@ -3,6 +3,9 @@ set shell := ["bash", "-eu", "-o", "pipefail", "-c"]
default:
@just --list
ecp-lint:
./scripts/ecp-lint.sh
test-core:
cargo test -p ec-core -p ec-crypto -p ec-moq -p ec-iroh -p ec-linux-iptv