CI: enable genuine fixture verification (#5)
ci/woodpecker/push/woodpecker Pipeline was successful

Co-authored-by: be-coder-08 <[email protected]>
This commit was merged in pull request #5.
This commit is contained in:
2026-08-06 04:46:15 +00:00
committed by Mos
parent 7f2b7850bf
commit 5a8be58b7a
+15
View File
@@ -0,0 +1,15 @@
when:
- event: [push, pull_request, manual]
steps:
- name: verify-fixture
image: alpine:3.20@sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc
commands:
- set -eu
- test -s README.md
- test -s fixture.md
- test -s .woodpecker.yml
- grep -Fqx '# prmerge-trailer-fixture' README.md
- grep -Fq 'RETAINED AS EVIDENCE' README.md
- grep -Fqx '# PR merge trailer fixture' fixture.md
- test "$$(find . -maxdepth 1 -type f -name '*.md' -size +0c | wc -l)" -ge 2