Woodpecker CI: Add check-changelog workflow
This commit is contained in:
parent
88a349f3ab
commit
1a0af1c0c0
1 changed files with 9 additions and 0 deletions
9
.woodpecker/changelog.yaml
Normal file
9
.woodpecker/changelog.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
when:
|
||||||
|
- event: pull_request
|
||||||
|
|
||||||
|
steps:
|
||||||
|
check-changelog:
|
||||||
|
image: docker.io/alpine:3.23
|
||||||
|
commands:
|
||||||
|
- apk add --no-cache git
|
||||||
|
- sh ./tools/check-changelog
|
||||||
Loading…
Add table
Add a link
Reference in a new issue