Skip to content

Commit 0458f58

Browse files
authored
Merge branch 'main' into remove-unneeded-break
2 parents dd9ffe4 + 6506596 commit 0458f58

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/lint.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,12 @@ jobs:
4747
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
4848
- name: Run pre-commit
4949
run: pre-commit run --all-files
50+
test-git-clone-on-windows:
51+
timeout-minutes: 5
52+
name: Test git clone on Windows
53+
runs-on: windows-latest
54+
steps:
55+
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
56+
uses: actions/checkout@v3
57+
with:
58+
fetch-depth: 0

0 commit comments

Comments
 (0)