environment: BUILD_SUBMITTER: git.sr.ht GIT_REF: refs/heads/master image: alpine/3.22 packages: - go - golangci-lint sources: - "https://git.srht.bigb.es/~bigbes/core-go#c2c2f3848fa9a88d96952ff08f886483f8b9d1f7" tasks: - lint: | cd core-go golangci-lint run - build: | cd core-go go build ./... - test: | cd core-go go test ./...