-
Notifications
You must be signed in to change notification settings - Fork 6
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
chore(ci/pr-checks): add lint checks #306
Conversation
Extension builds preview
|
Not getting the annotations, but it's better than nothing. actions/setup-node#96 |
The failing lint check is for demonstration only. It's getting fixed in other PR. |
The error needs to be fixed, otherwise merging is blocked. |
There doesn't seem to be any required checks to pass on this repo, just needs an approval. What should be required? @sidvishnoi @raducristianpopa |
I think we can require all checks except lint? |
Context
Part of #298
Changes proposed in this pull request
Runs lint, format and typescheck in CI. Doesn't fail entire workflow if lint fails - for now.
Added as separate steps for clearer output.