This repository has been archived on 2022-05-06. You can view files and clone it, but cannot push or open issues/pull-requests.
chromajson/.woodpecker.yml

6 lines
109 B
YAML

pipeline:
compliance:
image: golang:1.18
commands:
- go test -race ./...
- go vet ./...