diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 78a13cdb..8e3b915d 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -28,4 +28,4 @@ jobs: run: | npm run install-mm:dev - name: Run Spellcheck - run: npm run test:spellcheck + run: npm run test:spelling diff --git a/CHANGELOG.md b/CHANGELOG.md index 782f19fe..d1b8077b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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