Skip to content

Commit b83114d

Browse files
committed
ci: fix ci
1 parent 5ba5fcc commit b83114d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-pre-commit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12+
with:
13+
fetch-depth: 0
14+
submodules: recursive
15+
token: ${{ secrets.GITHUB_TOKEN }}
1216

1317
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
1418
with:

0 commit comments

Comments
 (0)