Skip to content

Commit f07eaf8

Browse files
committed
Recursive submodules for lintrunner-mypy
As reported by mnachin -- https://github.com/pytorch/executorch/actions/runs/17684876466/job/50267377324 ghstack-source-id: 4094388 ghstack-comment-id: 3286740750 Pull-Request: #14282
1 parent eb1099e commit f07eaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
runner: linux.2xlarge
3737
docker-image: ci-image:executorch-ubuntu-22.04-linter
38-
submodules: true
38+
submodules: 'recursive'
3939
fetch-depth: 0
4040
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
4141
timeout: 90

0 commit comments

Comments
 (0)