mirror of
https://gitea.com/action-examples/Go.git
synced 2026-03-27 16:30:08 +00:00
- 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>
662 B
662 B