synzen / MonitoRSS

MonitoRSS RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz
https://monitorss.xyz
MIT License
1.07k stars 237 forks source link

GitHub actions #256

Closed ddugovic closed 2 years ago

ddugovic commented 2 years ago

For free software projects, GitHub offers free CI: https://github.com/features/actions

synzen commented 2 years ago

Thanks for the contribution - however, the project is currently migrating towards a mono-repo approach (mainly under the services folder for now) which requires a little more involved approach in setting CI up properly for each project.

I unfortunately have not yet had time to set up CI, but if a PR for that approach could be set up that'd be greatly appreciated (the approach would likely be a YAML config to just running tests with npm test as a starter for each project - 3 jobs in total)