chore: add linter config and CI pipeline #20

Merged
lerko merged 5 commits from chore/linter-ci-pipeline into main 2026-05-24 17:56:05 +00:00
Showing only changes of commit 26268bb6ef - Show all commits
+3
View File
@@ -18,6 +18,9 @@ jobs:
with: with:
go-version: "1.24" go-version: "1.24"
- name: Install build tools
run: apk add --no-cache gcc musl-dev
- name: Vet - name: Vet
run: go vet ./... run: go vet ./...