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 5ba5fcc commit b83114dCopy full SHA for b83114d
.github/workflows/ci-pre-commit.yml
@@ -9,6 +9,10 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12
+ with:
13
+ fetch-depth: 0
14
+ submodules: recursive
15
+ token: ${{ secrets.GITHUB_TOKEN }}
16
17
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
18
with:
0 commit comments