1

ci: add badge and comment about moving to depends_on
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Mya 2023-12-30 20:42:55 -06:00
parent 689e96d4c1
commit 4564f575c0
Signed by: mya
GPG Key ID: 4DFBA0F91AC3544A
2 changed files with 4 additions and 2 deletions

@ -1,7 +1,8 @@
# -- Switch back to depends_on when 2.1.x becomes available via cli
steps: steps:
license: license:
image: golang:1.20 image: golang:1.20
group: init
environment: environment:
GO111MODULE: on GO111MODULE: on
GOBIN: /usr/local/bin GOBIN: /usr/local/bin
@ -11,7 +12,6 @@ steps:
lint: lint:
image: bufbuild/buf:1.28.1 image: bufbuild/buf:1.28.1
group: init
commands: commands:
- buf lint - buf lint

@ -1,5 +1,7 @@
# The Licensing API (v1.0) # 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 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. language-specific client libraries. See the list of implementations below.