- Add a new file `.gitea/workflows/test.yml` - Set up a workflow named `checks` - Trigger the workflow on `push` and `pull_request` - Set environment variables `GOPATH` and `GOCACHE` - Define a job named `lint` that runs on `ubuntu-latest` - Add steps to the `lint` job, including checking out the code, setting up Go, and caching Go dependencies Signed-off-by: appleboy <appleboy.tw@gmail.com>
go
Gitea actions example for Golang. Starting with Gitea 1.19, Gitea Actions are available as a built-in CI/CD solution.
Description
Languages
Makefile
65.3%
Go
20.7%
Dockerfile
14%