Make ECP lint runner-compatible
Some checks failed
ci-gates / checks (push) Failing after 1m41s
deploy-cloudflare / checks (push) Successful in 1m58s
deploy-cloudflare / deploy (push) Failing after 6s

This commit is contained in:
Conrad Kramer 2026-06-10 03:41:11 -07:00
parent d7f76d6ab2
commit 0c41193867
No known key found for this signature in database
4 changed files with 12 additions and 1 deletions

View file

@ -64,6 +64,7 @@ jobs:
run: |
set -euo pipefail
cd .repo
export EVERY_CHANNEL_ECP_LINT_MIN_ID=120
nix develop --accept-flake-config -c bash ./scripts/ecp-lint.sh
- name: Rust tests (core subset)

View file

@ -68,6 +68,7 @@ jobs:
run: |
set -euo pipefail
cd .repo
export EVERY_CHANNEL_ECP_LINT_MIN_ID=120
nix develop --accept-flake-config -c bash ./scripts/ecp-lint.sh
- name: Rust tests (core subset)