mirror of
https://gitea.com/action-examples/Go.git
synced 2026-03-27 08:30:06 +00:00
52993a9e360a78ff60e3a5b3c1711b8c69a4f882
- 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.
Languages
Makefile
65.3%
Go
20.7%
Dockerfile
14%