Compare commits

..

3 Commits

Author SHA1 Message Date
unkinben b41d223b27 chore: bump almalinux9 image tags to 20260606
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/g10k-validate Pipeline was successful
2026-06-06 23:47:39 +10:00
unkinben 1603c6bc31 Merge pull request 'feat: validate g10k configuration' (#5) from benvin/g10k-test into master
Reviewed-on: #5
2026-03-17 18:56:54 +11:00
unkinben 53b6d458f6 feat: validate g10k configuration
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/g10k-validate Pipeline was successful
- add woodpecker workflow to validate and run g10k
2026-03-17 18:23:15 +11:00
2 changed files with 15 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
when:
- event: pull_request
steps:
- name: g10k-validate
image: git.unkin.net/unkin/almalinux9-g10k:20260606
commands:
- g10k -config r10k.yaml -validate
- name: g10k-run
image: git.unkin.net/unkin/almalinux9-g10k:20260606
commands:
- g10k -config r10k.yaml -verbose
+2 -2
View File
@@ -3,6 +3,6 @@ when:
steps:
- name: pre-commit
image: git.unkin.net/unkin/almalinux9-base:20260308
image: git.unkin.net/unkin/almalinux9-base:20260606
commands:
- make test
- uvx pre-commit run --all-files