Skip to content

Commit 2ddb785

Browse files
Fix command to run spellcheck (#3753)
The command wasn't correct.
1 parent 791f771 commit 2ddb785

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ planned for 2025-04-01
5050
- [calendar] Fix NewYork event processed on system in Central timezone shows wrong time #3701
5151
- [weather/yr] The Yr weather provider is now able to recover from bad API responses instead of freezing (#3296)
5252
- [compliments] Fix evening events being shown during the day (#3727)
53+
- [workflow] Fix command to run spellcheck
5354

5455
## [2.30.0] - 2025-01-01
5556

0 commit comments

Comments
 (0)