Skip to content

Commit 97a43c1

Browse files
committed
Change actions
1 parent 32b56f4 commit 97a43c1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/code-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@v4
29-
with:
30-
fetch-depth: 0
3129

3230
- name: Set up Python
3331
uses: actions/setup-python@v4

.github/workflows/coverage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26-
with:
27-
fetch-depth: 0
2826

2927
- name: Set up Python
3028
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)