rohitkrai03 / propr

A Github PR statistics dashboard.
MIT License
3 stars 3 forks source link

Setup GitHub action to run unit tests on every PR #7

Closed rottencandy closed 3 years ago

rottencandy commented 3 years ago

Use GitHub actions to run unit tests on all PRs, partly resolves #6 , adding CD requires setting gh pages first.

rottencandy commented 3 years ago

~Not sure if we should also run linter as part of tests.~

Updated eslint config and added lint step to CI.