|
|
|
|
|
by thiht
1007 days ago
|
|
Well… yeah? My GitHub actions workflow consist of calls to make lint, make test, make build, etc. Everything is useable in local. There’s just some specificities when it comes to boot the dependencies (I use a compose file in local and GitHub action services in CI, I have caching in CI, etc.) but all the flows use make. This is not a technical problem, you’re just doing it wrong if you don’t have a Makefile or equivalent. |
|