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 Actions CI workflow #14

Merged
merged 1 commit into from
Apr 14, 2020
Merged

Conversation

jamaljsr
Copy link
Member

Closes #13

This PR adds a GitHub Actions workflow to run CI builds and tests on each PR.

It performs the following checks against the code:

  1. runs eslint to validate consistent code styling & formatting
  2. runs the typescript compiler to verify there are no issues with typings
  3. runs the unit tests which will break the build if any unit tests fail
  4. builds the react app to confirm there are no bundling issues

It runs multiple simultaneous builds on Windows, Mac & Linux, using NodeJS 10.x and 12.x on each.

@jamaljsr jamaljsr force-pushed the ci/add-github-actions branch from e1d4d78 to eaf9839 Compare April 14, 2020 23:01
@jamaljsr jamaljsr force-pushed the ci/add-github-actions branch from eaf9839 to cebbf53 Compare April 14, 2020 23:17
@jamaljsr jamaljsr requested review from a team and alexbosworth and removed request for a team April 14, 2020 23:24
@alexbosworth alexbosworth merged commit 2fead46 into master Apr 14, 2020
@jamaljsr jamaljsr deleted the ci/add-github-actions branch April 14, 2020 23:42
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

Successfully merging this pull request may close these issues.

Add CI build configuration
2 participants