refactor(ci): add layered dependency guard baseline (#1977)

This commit is contained in:
安正超
2026-02-26 21:55:45 +08:00
committed by GitHub
parent 2c85721654
commit a3c76618f3
3 changed files with 163 additions and 0 deletions
+3
View File
@@ -130,6 +130,9 @@ jobs:
- name: Run clippy lints
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Check layered dependencies
run: ./scripts/check_layer_dependencies.sh
e2e-tests:
name: End-to-End Tests
needs: skip-check