mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-12-12 18:02:15 +00:00
Add spelling check to GitHub workflow (#3623)
Besides updating cspell and handling spelling issues, the important change is adding the spelling check to the GitHub workflow. I'm not sure if it will bother us too much when people create PRs. But I wanted to give it a try. Or do you have any other ideas on how we can run the spelling check on a regular basis?
This commit is contained in:
committed by
GitHub
parent
0aae771799
commit
6ce3622c61
@@ -14,6 +14,7 @@ _This release is scheduled to be released on 2025-01-01._
|
||||
- [core] Add wayland and windows start options to `package.json` (#3594)
|
||||
- [linter] re-added `eslint-plugin-import`now that it supports ESLint v9 (#3586)
|
||||
- [docs] Added step for npm publishing in release process (#3595)
|
||||
- [core] Add GitHub workflow to run spellcheck a few days before each release.
|
||||
|
||||
### Removed
|
||||
|
||||
@@ -30,9 +31,9 @@ _This release is scheduled to be released on 2025-01-01._
|
||||
|
||||
- [updatenotification] Fix pm2 using detection when pm2 script is inside or outside MagicMirror root folder (#3576) (#3605)
|
||||
- [core] Fix loading node_helper of modules: avoid black screen, display errors and continue loading with next module (#3578)
|
||||
- [weather] changed default value for weatherEndpoint of provider openweathermap to "/onecall" (#3574)
|
||||
- [tests] fix electron tests with mock dates, the mock on server side was missing (#3597)
|
||||
- [tests] fix testcases with hard coded Date.now (#3597)
|
||||
- [weather] Changed default value for weatherEndpoint of provider openweathermap to "/onecall" (#3574)
|
||||
- [tests] Fix electron tests with mock dates, the mock on server side was missing (#3597)
|
||||
- [tests] Fix test cases with hard coded Date.now (#3597)
|
||||
- [core] Fix missing `basePath` where `location.host` is used (#3613)
|
||||
|
||||
## [2.29.0] - 2024-10-01
|
||||
|
||||
Reference in New Issue
Block a user