media-centre / makenews

MakeNews is for journalists and newsrooms. It helps you track news from web and social media in real-time.
https://makenews.in
GNU Affero General Public License v3.0
53 stars 22 forks source link

Setup Actions to run tests, eslint before merging #148

Closed muralikrishna8 closed 4 years ago

muralikrishna8 commented 4 years ago

Need to setup the actions, so that we can run tests and eslint before committing to master.

All these checks need to run every time we create a PR and push to a PR.

muralikrishna8 commented 4 years ago

147 is merged, Now it is running the tests after push and for PR.

Need to add eslint task

muralikrishna8 commented 4 years ago

149 is merged. So now we have 🚨 tests and eslint 🚨will be running as part the actions 🥳