Skip to content

Commit fa919fe

Browse files
Revert "[lint][CI] Don't checkout submodules for lintrunner-noclang (pytorch#162844)"
This reverts commit 6b231af. Reverted pytorch#162844 on behalf of https://github.com/wdvr due to seems to be needed after all - failing lint ([comment](pytorch#162844 (comment)))
1 parent 8e05749 commit fa919fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# NB: A shallow checkout won't work here because calculate-docker-image requires a full checkout
106106
# to run git rev-parse HEAD~:.ci/docker when a new image is needed
107107
fetch-depth: 0
108-
submodules: false
108+
submodules: true
109109
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
110110
script: |
111111
CHANGED_FILES="${{ needs.get-changed-files.outputs.changed-files }}"

0 commit comments

Comments
 (0)