kworkflow / patch-hub

patch-hub is a TUI that streamlines the interaction of Linux developers with patches archived on lore.kernel.org
GNU General Public License v2.0
7 stars 6 forks source link

Add starting CI pipelines with GitHub Actions #10

Closed davidbtadokoro closed 3 weeks ago

davidbtadokoro commented 3 months ago

Right now, there is no CI for the project. It shouldn't take a lot of effort to implement a starting infrastructure that, for example, just runs cargo test as a unit tests pipeline.

In the future, we will probably want to include a pipeline to build and publish releases of the patch-hub executable here in GitHub, but also add formatting, linting, and so on.