ci: fail build when changes linger
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
9bb2be3ac5
commit
1c7e00d5a8
@ -14,4 +14,7 @@ steps:
|
|||||||
GOBIN: /usr/local/bin
|
GOBIN: /usr/local/bin
|
||||||
commands:
|
commands:
|
||||||
- go install github.com/google/addlicense@latest
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user