Merge pull request 'feat: validate g10k configuration' (#5) from benvin/g10k-test into master

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-03-17 18:56:54 +11:00
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
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
+1 -1
View File
@@ -5,4 +5,4 @@ steps:
- name: pre-commit - name: pre-commit
image: git.unkin.net/unkin/almalinux9-base:20260308 image: git.unkin.net/unkin/almalinux9-base:20260308
commands: commands:
- make test - uvx pre-commit run --all-files