File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed
Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -64,29 +64,11 @@ jobs:
6464
6565 exit $RC
6666
67- lint-urls :
68- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
67+ link-check :
68+ name : Link checks
69+ uses : ./.github/workflows/_link_check.yml
6970 with :
70- runner : linux.2xlarge
71- docker-image : executorch-ubuntu-22.04-linter
72- submodules : ' none'
73- fetch-depth : 0
7471 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
75- timeout : 90
76- script : |
77- ./scripts/lint_urls.sh
78-
79- lint-xrefs :
80- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
81- with :
82- runner : linux.2xlarge
83- docker-image : executorch-ubuntu-22.04-linter
84- submodules : ' none'
85- fetch-depth : 0
86- ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
87- timeout : 90
88- script : |
89- ./scripts/lint_xrefs.sh
9072
9173 android-java-format :
9274 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
You can’t perform that action at this time.
0 commit comments