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 0c1312e commit 12d65ebCopy full SHA for 12d65eb
.github/workflows/spelling.yml
@@ -62,6 +62,9 @@ jobs:
62
# note: If you use only_check_changed_files, you do not want cancel-in-progress
63
cancel-in-progress: true
64
steps:
65
+ - uses: actions/checkout@v4
66
+ with:
67
+ fetch-depth: 0
68
- name: Get all changed markdown files
69
uses: tj-actions/changed-files@v45
70
id: changed_files
0 commit comments