ChromaticHQ / jsonmonger

23 stars 1 forks source link

Lint and run tests on all PRs #19

Open agarzola opened 3 years ago

agarzola commented 3 years ago

Description

We should run tests and lint our code on all pull requests.

Proposed Solution

  1. Update our test command in package.json to also run the lint command.
  2. Use GitHub Actions to install dependencies and run tests on all pull requests.

Alternatives Considered

Pulling down PR branches and running tests locally. Which isn’t terrible, but also unnecessary. That said, this project does not see a lot of activity, so this should not be considered a high priority.