tonarino / actor

A minimalist actor framework aiming for high performance and simplicity.
MIT License
40 stars 6 forks source link

Set-up a simple CI #5

Closed strohel closed 3 years ago

strohel commented 3 years ago

GitHub actions would do, probably. Suggestions welcome.

bschwind commented 3 years ago

I vote for github actions as well! I just set it up on a few of my projects a couple days ago, so here are some references:

https://github.com/bschwind/png-decoder/tree/master/.github/workflows

https://github.com/bschwind/mqtt-broker/tree/master/.github/workflows

https://github.com/tonarino/panel-firmware/tree/master/.github/workflows