appleboy 52993a9e36
ci: add GitHub Actions workflow for linting and caching Go dependencies
- 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>
2024-01-27 23:09:35 +08:00
2024-01-27 14:49:10 +00:00
2024-01-27 23:05:15 +08:00
2024-01-27 14:49:10 +00:00
2024-01-27 23:05:15 +08:00

go

Gitea actions example for Golang. Starting with Gitea 1.19, Gitea Actions are available as a built-in CI/CD solution.

Description
No description provided
Readme 68 KiB
Languages
Makefile 65.3%
Go 20.7%
Dockerfile 14%