Bo-Yi Wu
5c46fdf48b
- Rename GitHub Actions workflow file from `test.yml` to `testing.yml` - Change workflow job name from `checks` to `testing` - Update GitHub Actions `checkout` to version 4 - Remove specific Go version in favor of determining it from `go.mod` - Update GitHub Actions `setup-go` to version 5 - Update GitHub Actions `cache` to version 4 - Add `golangci-lint` action with specified version and timeout arguments Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> |
||
---|---|---|
.gitea/workflows | ||
router | ||
.gitignore | ||
.goreleaser.yaml | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
go
Gitea actions example for Golang. Starting with Gitea 1.19, Gitea Actions are available as a built-in CI/CD solution.