Skip to content
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

Run lint on each commit #134

Open
snim2 opened this issue Dec 6, 2022 · 0 comments
Open

Run lint on each commit #134

snim2 opened this issue Dec 6, 2022 · 0 comments

Comments

@snim2
Copy link

snim2 commented Dec 6, 2022

When you are developing in a team, it's quite handy to know whether a branch or PR passes your tests or lints before you merge it in. You can do this locally, or you can also get GitHub to automate this task. For example, this commit adds an action that runs your lint, which results in this log.

Note that you can also run Cypress tests like this but if your Cypress tests use Firebase then that adds an extra layer of complexity which you might prefer to avoid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant