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
We should set up a pipeline that builds/tests our commits before they can be merged. We can use multiple services and I will list a few here.
TravisCI https://docs.travis-ci.com/user/pull-requests/
A manual way of doing it https://dev.to/bolajiayodeji/how-to-test-a-pull-request-locally-before-merging-1h29
Probably we can set up a GitHub Action: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
The text was updated successfully, but these errors were encountered:
https://developer.github.com/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/ Found this, can be used for checks directly in the PRs.
Sorry, something went wrong.
Optimal implementation: https://github.com/bayko/codebuild-github-ci
No branches or pull requests
We should set up a pipeline that builds/tests our commits before they can be merged. We can use multiple services and I will list a few here.
TravisCI
https://docs.travis-ci.com/user/pull-requests/
A manual way of doing it
https://dev.to/bolajiayodeji/how-to-test-a-pull-request-locally-before-merging-1h29
Probably we can set up a GitHub Action:
https://docs.github.com/en/actions/reference/events-that-trigger-workflows
The text was updated successfully, but these errors were encountered: