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

Add Github Action workflow on pull request #33

Merged
merged 1 commit into from Oct 13, 2020

Conversation

musps
Copy link
Contributor

@musps musps commented Oct 12, 2020

Context: #29

This pull request add a github action workflow to run on pull request.
It will run and check if:

  • dependencies installation work
  • no lint error
  • all tests pass
  • build work

it run against node js 10.x and 12.x

Optional: Require the checks to pass before merging

If you need the checks to be required and pass you can enable this property in the settings page:
Go to => Settings => Branches
Under "Branch protection rules" click on Add rule

Type "main" in the input Branch name pattern
Check "Require status checks to pass before merging"
Check "ci (10.x)"
Check "ci (12.x)"
Then save the changes!

Capture d’écran 2020-10-13 à 01 15 28

@musps musps requested a review from a team as a code owner October 12, 2020 23:16
Copy link
Contributor

@gregjopa gregjopa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! Thanks @musps 🏅 💯 👍

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

Successfully merging this pull request may close these issues.

None yet

3 participants