We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I suggest having GitHub actions for linting when code is pushed or PR is merged on main branch.
main
It would be a simple workflow which runs npm run lint on the code. We can also look into allowing PRs to merge only when lint is successful.
npm run lint
The text was updated successfully, but these errors were encountered:
Great idea!
Can you pr Github Actions?
Sorry, something went wrong.
Currently working on a GitHub app that does some basic checks and deployment whenever a new PR is made 😄
No branches or pull requests
I suggest having GitHub actions for linting when code is pushed or PR is merged on
main
branch.It would be a simple workflow which runs
npm run lint
on the code. We can also look into allowing PRs to merge only when lint is successful.The text was updated successfully, but these errors were encountered: