dlundquist / sniproxy

Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session.
BSD 2-Clause "Simplified" License
2.56k stars 397 forks source link

ability to use github actions #396

Closed saman3d closed 1 year ago

saman3d commented 1 year ago

github actions gives the project ability to manage CI/CD pipelines seamlessly since its a native feature of github itself. meaning project can manage code, pull requests, CI/CD pipelines all in one place. right now the project is using tavis ci to do some tests on every commit. we can now migrate testing to github actions and use some external features like automating releases(if the project plans to do so), and building and pushing images directly to github packages itself (ghcr.io).

dlundquist commented 1 year ago

I'm aware of the new GitHub feature, but is it really an issue to make suggest migrating CI environments?

saman3d commented 1 year ago

one thing that i think is unplanned in this project is ease of use.