biobootloader / wolverine

MIT License
5.22k stars 516 forks source link

Extensions for Github Actions #19

Open almightychang opened 1 year ago

almightychang commented 1 year ago

This project seems great if combined with CI/CD process.

For example...

  1. User upload project with test codes
  2. CI workflow, such as GitHub Action, run tests on top of wolverine
  3. Wolverine catches the bug and create pull requests

As result, the developers can accelerate debugging in TDD.