Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 409 Bytes

circleci.md

File metadata and controls

7 lines (6 loc) · 409 Bytes

Circle CI

In this project we use Circle CI to run:

  1. DangerJS: Check if the Pull Request has enough information, so that we can do proper review to it.
  2. Lint: Check if the javascript and css code is well-formatted. We use the standard of prettier in combination with eslint rules.
  3. Testing: Check if any test are broken in new PR.