mgunyho / tere

Terminal file explorer
European Union Public License 1.2
1.67k stars 36 forks source link

Add continuous integration workflow #73

Closed orhun closed 1 year ago

orhun commented 1 year ago

It would be nice to test/fmt/clippy tere via GitHub Actions on each push. I would like to provide a PR if applicable.

mgunyho commented 1 year ago

Thanks for the suggestion! I think for now CI is not necessary, tere is such a small project that I think it would add more overhead than what it's worth. It also opens a slippery slope to depend on Github's proprietary features more and more, which I don't really like.