Woodpecker CI: Add check-changelog workflow

This commit is contained in:
Phantasm 2026-02-14 17:09:04 +01:00 committed by Phantasm
commit 1a0af1c0c0

View 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