Skip to content

Commit 4be3514

Browse files
Fix command to run spellcheck
1 parent 791f771 commit 4be3514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: |
2929
npm run install-mm:dev
3030
- name: Run Spellcheck
31-
run: npm run test:spellcheck
31+
run: npm run test:spelling

0 commit comments

Comments
 (0)