-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ⚗️ add check-spelling.yml gh action #947
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This reverts commit 3bf36f5.
scripts for all files & lint-staged
cspell.json
Outdated
"VERCEL", | ||
"Windi", | ||
"windicss", | ||
"xstate", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are these actual wordings? I dont see where we have xstate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed it to only contain Saleor-specific names and integrations, as it will not scan package.json anymore
@peelar please add to Appstore repo too |
@lkostrowski done |
package.json
Outdated
@@ -4,6 +4,7 @@ | |||
"scripts": { | |||
"build": "turbo run build", | |||
"check-deps": "syncpack list-mismatches", | |||
"check-spelling": "cspell **/*.{jsx,tsx,js,ts}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing md files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
f8026c9
to
9853654
Compare
Featuring:
check-spelling
global command that runs on all filescspell
command in lint-staged that checks if there are typos before committing