diff --git a/.woodpecker.yml b/.woodpecker.yml index 5092831..af3f92f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,7 +1,8 @@ +# -- Switch back to depends_on when 2.1.x becomes available via cli + steps: license: image: golang:1.20 - group: init environment: GO111MODULE: on GOBIN: /usr/local/bin @@ -11,7 +12,6 @@ steps: lint: image: bufbuild/buf:1.28.1 - group: init commands: - buf lint diff --git a/README.md b/README.md index 9aa646c..5360c28 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # The Licensing API (v1.0) +[![status-badge](https://build.pitz.tech/api/badges/1/status.svg)](https://build.pitz.tech/repos/1) + This repository contains the API definitions for the licensing project. This project should be consumed by other language-specific client libraries. See the list of implementations below.