Skip to content

Commit a54c70e

Browse files
committed
fix
1 parent 12d65eb commit a54c70e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/spelling.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ jobs:
6363
cancel-in-progress: true
6464
steps:
6565
- uses: actions/checkout@v4
66-
with:
67-
fetch-depth: 0
66+
with:
67+
fetch-depth: 0
68+
6869
- name: Get all changed markdown files
6970
uses: tj-actions/changed-files@v45
7071
id: changed_files

0 commit comments

Comments
 (0)