inlets / inletsctl

Create inlets servers on the top cloud platforms

Home Page:https://docs.inlets.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert CI to GitHub Actions

alexellis opened this issue · comments

Task

Convert CI to GitHub Actions

Context

Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not going to add additional cost.

I would expect this to be one of the easier projects to convert given that Docker isn't used in the build.

See also:

https://github.com/mvdan/github-actions-golang
https://github.com/actions/create-release
https://github.com/actions/upload-release-asset

alexellis/arkade#263
alexellis/k3sup#279

Can I try this?

Yes please use the approach from k3sup and read the contribution guide before starting. Each commit needs to be signed off (not GPG)

Ok, thanks alex