ci: add ECP lint gates and require checks before deploy
This commit is contained in:
parent
fe03ec8f1a
commit
d89d3100f6
4 changed files with 278 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue