Skip to content

Commit d86d737

Browse files
committed
add depth to correct job
1 parent 8664bc7 commit d86d737

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v6
19-
with:
20-
fetch-depth: 0
2119

2220
- name: Check set:html safety
2321
run: |
@@ -57,6 +55,8 @@ jobs:
5755

5856
steps:
5957
- uses: actions/checkout@v6
58+
with:
59+
fetch-depth: 0
6060

6161
- name: Setup pnpm
6262
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)