Add lint config and build step
Some checks failed
CI / release-test (push) Failing after 38s

This commit is contained in:
2025-08-23 18:19:22 -07:00
parent 8245f89305
commit 53785b6e6e
2 changed files with 94 additions and 2 deletions

View File

@@ -20,5 +20,6 @@ jobs:
GOBIN=/usr/local/go/bin go install git.offline-twitter.com/offline-labs/gocheckout@v0.0.1
gocheckout
- name: test
run: |
go test ./...
run: go test ./...
- name: lint
run: golangci-lint run