In this project we use Circle CI to run:
- DangerJS: Check if the Pull Request has enough information, so that we can do proper review to it.
- Lint: Check if the javascript and css code is well-formatted. We use the standard of
prettier
in combination witheslint
rules. - Testing: Check if any test are broken in new PR.