Fix command to run spellcheck (#3753)

The command wasn't correct.
This commit is contained in:
Kristjan ESPERANTO 2025-03-27 11:59:59 +01:00 committed by GitHub
parent 791f77105a
commit 2ddb7859f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -28,4 +28,4 @@ jobs:
run: |
npm run install-mm:dev
- name: Run Spellcheck
run: npm run test:spellcheck
run: npm run test:spelling

View File

@ -50,6 +50,7 @@ planned for 2025-04-01
- [calendar] Fix NewYork event processed on system in Central timezone shows wrong time #3701
- [weather/yr] The Yr weather provider is now able to recover from bad API responses instead of freezing (#3296)
- [compliments] Fix evening events being shown during the day (#3727)
- [workflow] Fix command to run spellcheck
## [2.30.0] - 2025-01-01