Compare commits

..

1 Commits

Author SHA1 Message Date
a44f72e106 ci: add Gitea Actions workflow for make check
All checks were successful
Check / check (pull_request) Successful in 11m26s
Adds .gitea/workflows/check.yml that runs make check on pushes to
main and PRs targeting main. No other files modified.

Refs #96
2026-02-20 02:45:43 -08:00

View File

@ -17,7 +17,7 @@ jobs:
go-version-file: go.mod go-version-file: go.mod
- name: Install golangci-lint - name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.10.1 run: go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
- name: Install goimports - name: Install goimports
run: go install golang.org/x/tools/cmd/goimports@latest run: go install golang.org/x/tools/cmd/goimports@latest