1
Fork 0

ci: fail build when changes linger
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
mya 2023-12-30 23:22:41 -06:00
parent 9bb2be3ac5
commit 1c7e00d5a8
Signed by: mya
GPG Key ID: 4DFBA0F91AC3544A

View File

@ -14,4 +14,7 @@ steps:
GOBIN: /usr/local/bin
commands:
- go install github.com/google/addlicense@latest
- addlicense -check -f ./legal/header.txt -skip yaml -skip yml -skip xml .
- addlicense -f ./legal/header.txt -skip yaml -skip yml -skip xml .
block-changes:
image: qwerty287/woodpecker-block-git-changes