File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ github:
5858 - " Check Markdown Links"
5959 - " Validate required_status_checks in .asf.yaml"
6060 - " Spell Check with Typos"
61+ - " Circular Dependency Check"
62+ - " Detect Unused Dependencies"
6163 # needs to be updated as part of the release process
6264 # .asf.yaml doesn't support wildcard branch protection rules, only exact branch names
6365 # https://github.com/apache/infrastructure-asfyaml?tab=readme-ov-file#branch-protection
Original file line number Diff line number Diff line change 2525 push :
2626 branches-ignore :
2727 - ' gh-readonly-queue/**'
28- paths :
29- - " **/Cargo.toml"
30- - " **/Cargo.lock"
3128 pull_request :
32- paths :
33- - " **/Cargo.toml"
34- - " **/Cargo.lock"
3529 merge_group :
3630 # manual trigger
3731 # https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
@@ -42,7 +36,7 @@ permissions:
4236
4337jobs :
4438 depcheck :
45- name : circular dependency check
39+ name : Circular Dependency Check
4640 runs-on : ubuntu-latest
4741 container :
4842 image : amd64/rust
6155 cargo run
6256
6357 detect-unused-dependencies :
58+ name : Detect Unused Dependencies
6459 runs-on : ubuntu-latest
6560 container :
6661 image : amd64/rust
You can’t perform that action at this time.
0 commit comments