aabdullin / covid-19-tracker

BSD Zero Clause License
0 stars 0 forks source link

Add automated continuous integration linting via Github Actions #3

Closed edwmurph closed 4 years ago

edwmurph commented 4 years ago

What

When opening a Pull Request, a Github Action should run that automatically checks the code for lint errors

Requirements

Notes

i'd recommend just using the actions/setup-node@v1 action which lets you just run any of your npm scripts (including the lint script you should have added in the previous task) in the github action

i glossed over a few details here but we can discuss more in this thread if you have any other questions!

aabdullin commented 4 years ago

https://github.com/aabdullin/rei-calc/pull/6