alstr / todo-to-issue-action

Action that converts TODO comments to GitHub issues on push.
MIT License
630 stars 121 forks source link

Github Action run unittest #132

Closed avelino closed 2 years ago

avelino commented 2 years ago

I believe it would be important to have a pipeline (github action) running the tests to validate the contribution that arrives via pull request

This will help ensure that the software works

alstr commented 2 years ago

Yes, this is definitely something that I want to get set up. Would be great if someone could take a look at it.