ci: add vet and pinned staticcheck checks #20

Merged
thuanle merged 4 commits from feat/issue-18-ci-vet-staticcheck into main 2026-04-28 09:55:00 +07:00
Showing only changes of commit 3eb64338c9 - Show all commits
+9
View File
@@ -27,3 +27,12 @@ jobs:
with:
go-version-file: go.mod
- run: go test ./...
vet:
runs-on: linux
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go vet ./...