ci(ohos): guard unsupported target dependencies

This commit is contained in:
Hunter B
2026-06-03 23:41:21 -07:00
parent 8d9cd44078
commit 6a7063c912
10 changed files with 198 additions and 4 deletions
+2
View File
@@ -27,6 +27,8 @@ jobs:
node-version: 20
- name: Check version drift
run: ./scripts/release/check-versions.sh
- name: Check OHOS dependency graph
run: ./scripts/release/check-ohos-deps.sh
lint:
name: Lint
+2
View File
@@ -42,6 +42,8 @@ jobs:
run: cargo fmt --all -- --check
- name: Compile check
run: cargo check --workspace --all-targets --locked
- name: OHOS dependency graph
run: ./scripts/release/check-ohos-deps.sh
- name: Clippy
run: cargo clippy --workspace --all-targets --all-features --locked -- -D warnings
- name: Workspace tests