Hacker News new | ask | show | jobs
by gcau 186 days ago
If I have a VPS, what should I be running on it to replace github actions? (eg run tests, return pass/fail to github PR)
1 comments

https://woodpecker-ci.org is an option. It's an open source CI tool, that supports integration with GitHub (among others).