filipedeschamps / rss-feed-emitter

Super RSS News Feed aggregator written in Node.js and ES6
MIT License
1.06k stars 77 forks source link

chore(ci): reduce config spread #216

Open TobiTenno opened 3 years ago

TobiTenno commented 3 years ago

combine configs move ci to github actions (faster, more reliable, less limited)

@filipedeschamps if this all works, I'll need you to add an npm token to the repository secrets as NPM_TOKEN, as well as to change the expected checks from coveralls and travis over to the new ones from the github actions

TobiTenno commented 3 years ago

@filipedeschamps could you remove travis and add the lint and test actions as required instead?

TobiTenno commented 3 years ago

and we need a token added to the repo as NPM_TOKEN for publishing automatically with gh actions?