File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 6464
6565 exit $RC
6666
67+ lint-urls :
68+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
69+ with :
70+ runner : linux.2xlarge
71+ docker-image : executorch-ubuntu-22.04-linter
72+ submodules : ' none'
73+ fetch-depth : 0
74+ 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
90+
6791 android-java-format :
6892 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
6993 permissions :
You can’t perform that action at this time.
0 commit comments