We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1099e commit e6d8fb9Copy full SHA for e6d8fb9
.github/workflows/lint.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
runner: linux.2xlarge
37
docker-image: ci-image:executorch-ubuntu-22.04-linter
38
- submodules: true
+ submodules: 'recursive'
39
fetch-depth: 0
40
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
41
timeout: 90
0 commit comments