-
Notifications
You must be signed in to change notification settings - Fork 83
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
Initial cspell and prettier support #451
Conversation
95166e1
to
6c77e00
Compare
- Add cspell and prettier to yarn - Create a config and custom word-list for cspell - Update README - Add Github Action for cspell - Add Githun Action for prettier
6c77e00
to
4b0f1c2
Compare
name: 'Format with Prettier' | ||
on: | ||
pull_request: | ||
branches: [master] |
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.
Is there a reason this one only runs when PR'ing against master?
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.
No, I just copied an example
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.
Ah, then it should be removed (for when we rename the branch to main
😉)
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.
This seems to be required. I do not know why
This is works on my fork, I think it fails here for some other reason I don't understand
Co-authored-by: Silke Hofstra <[email protected]>
Co-authored-by: Silke Hofstra <[email protected]>
YOLO |
Changes
cspell
andprettier
to the project asyarn
dependenciescspell
cspell
andprettier
Actions description
spellcheck
cspell
is used to check spelling against standard dictionaries and a custom word list.prettier
See these checks in action here: