-
Notifications
You must be signed in to change notification settings - Fork 4
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
More CI updates #4
Conversation
/format |
Unfortunately, I can't really test the |
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.
Nice
@@ -0,0 +1,15 @@ | |||
{ |
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'm ok adding this as long as it doesn't interfere with other users' settings. (I'm guessing it doesn't, and I've seen .vscode/settings.json
tracked before...)
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.
Workspace-specific settings override global settings, so if you've set up your own formatter, it will be overridden. I'm ok with that because CI will fail if you haven't formatted as prettier would.
Co-authored-by: Alan <lethosor@users.noreply.github.com>
A few more things to help with infra stuff; recommended extensions, some default settings, enforce prettier on CI, and create a workflow to format code on request.