Files
unkinben 53b6d458f6
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/g10k-validate Pipeline was successful
feat: validate g10k configuration
- add woodpecker workflow to validate and run g10k
2026-03-17 18:23:15 +11:00

14 lines
303 B
YAML

when:
- event: pull_request
steps:
- name: g10k-validate
image: git.unkin.net/unkin/almalinux9-g10k:20260308
commands:
- g10k -config r10k.yaml -validate
- name: g10k-run
image: git.unkin.net/unkin/almalinux9-g10k:20260308
commands:
- g10k -config r10k.yaml -verbose