Skip to content

Commit af00615

Browse files
committed
fix workflow error
1 parent 596463f commit af00615

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spelling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: tj-actions/changed-files@v45
2929
id: changed_files
3030
with:
31-
files: |
32-
src/routes/**/*.mdx
31+
files: |
32+
src/routes/**/*.mdx
3333
- name: Run Spellcheck
3434
id: spellcheck
3535
uses: rojopolis/spellcheck-github-actions@0.54.0

0 commit comments

Comments
 (0)