kind: pipeline type: docker name: pipeline steps: - name: lint image: golang commands: - make lint - name: test with race and cover image: golang commands: - make test