We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791f771 commit 2ddb785Copy full SHA for 2ddb785
.github/workflows/spellcheck.yaml
@@ -28,4 +28,4 @@ jobs:
28
run: |
29
npm run install-mm:dev
30
- name: Run Spellcheck
31
- run: npm run test:spellcheck
+ run: npm run test:spelling
CHANGELOG.md
@@ -50,6 +50,7 @@ planned for 2025-04-01
50
- [calendar] Fix NewYork event processed on system in Central timezone shows wrong time #3701
51
- [weather/yr] The Yr weather provider is now able to recover from bad API responses instead of freezing (#3296)
52
- [compliments] Fix evening events being shown during the day (#3727)
53
+- [workflow] Fix command to run spellcheck
54
55
## [2.30.0] - 2025-01-01
56
0 commit comments