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
|
# HARD FAILING
|
||||||
MUST_NOT=(
|
MUST_NOT=(
|
||||||
"client crates must not depend on anything in /frame"
|
"client crates must not depend on anything in /pezframe"
|
||||||
"client crates must not depend on anything in /node"
|
"pezframe crates must not depend on anything in /client"
|
||||||
"frame crates must not depend on anything in /node"
|
"primitives crates must not depend on anything in /pezframe"
|
||||||
"frame crates must not depend on anything in /client"
|
|
||||||
"primitives crates must not depend on anything in /frame"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# ONLY DISPLAYED, script still succeeds
|
# ONLY DISPLAYED, script still succeeds
|
||||||
|
|||||||
Vendored
-1
@@ -71,7 +71,6 @@ keccak-hash = { workspace = true }
|
|||||||
assert_matches = { workspace = true }
|
assert_matches = { workspace = true }
|
||||||
bitvec = { workspace = true }
|
bitvec = { workspace = true }
|
||||||
codec = { workspace = true, features = ["bit-vec", "derive"] }
|
codec = { workspace = true, features = ["bit-vec", "derive"] }
|
||||||
hex = { workspace = true }
|
|
||||||
pezkuwi-subxt-macro = { workspace = true }
|
pezkuwi-subxt-macro = { workspace = true }
|
||||||
pezkuwi-subxt-signer = { workspace = true, features = ["sr25519", "subxt"] }
|
pezkuwi-subxt-signer = { workspace = true, features = ["sr25519", "subxt"] }
|
||||||
pezsp-core = { workspace = true }
|
pezsp-core = { workspace = true }
|
||||||
|
|||||||
@@ -48,6 +48,5 @@ provider = { workspace = true }
|
|||||||
support = { workspace = true }
|
support = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
async-trait = { workspace = true }
|
|
||||||
lazy_static = { workspace = true }
|
lazy_static = { workspace = true }
|
||||||
toml = { workspace = true }
|
toml = { workspace = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user