From 4564f575c06ffbfab87e91d02b5493706cd837bc Mon Sep 17 00:00:00 2001 From: mya Date: Sat, 30 Dec 2023 20:42:55 -0600 Subject: [PATCH] ci: add badge and comment about moving to depends_on --- .woodpecker.yml | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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.