andrewjstryker / makefile-helper

Generate help for Makefiles
MIT License
0 stars 0 forks source link

Add CI/CD to run tests #18

Closed andrewjstryker closed 1 year ago

andrewjstryker commented 1 year ago

There are no checks that prevent merging wrong code into main.

Ideally, GitHub Actions would run the test suite on all commit attempts that impact the main branch and only allow the commit to complete if the code passes the tests.