fix: CI checks-quick.yml fixes
- Move .markdownlint.yaml to correct location (.github/) - Update ensure-deps.sh for pezframe rebrand (frame -> pezframe) - Remove duplicate dependencies in vendor crates: - pezkuwi-subxt-core: remove hex from dev-dependencies - zombienet-orchestrator: remove async-trait from dev-dependencies
This commit is contained in:
@@ -15,11 +15,9 @@ set -u
|
||||
|
||||
# HARD FAILING
|
||||
MUST_NOT=(
|
||||
"client crates must not depend on anything in /frame"
|
||||
"client crates must not depend on anything in /node"
|
||||
"frame crates must not depend on anything in /node"
|
||||
"frame crates must not depend on anything in /client"
|
||||
"primitives crates must not depend on anything in /frame"
|
||||
"client crates must not depend on anything in /pezframe"
|
||||
"pezframe crates must not depend on anything in /client"
|
||||
"primitives crates must not depend on anything in /pezframe"
|
||||
)
|
||||
|
||||
# ONLY DISPLAYED, script still succeeds
|
||||
|
||||
Reference in New Issue
Block a user