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 bace203 commit 6506596Copy full SHA for 6506596
.github/workflows/lint.yml
@@ -47,3 +47,12 @@ jobs:
47
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
48
- name: Run pre-commit
49
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