Compare commits
2 Commits
b4ac67cda0
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 1603c6bc31 | |||
| 53b6d458f6 |
@@ -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
|
||||
@@ -5,4 +5,4 @@ steps:
|
||||
- name: pre-commit
|
||||
image: git.unkin.net/unkin/almalinux9-base:20260308
|
||||
commands:
|
||||
- make test
|
||||
- uvx pre-commit run --all-files
|
||||
|
||||
Reference in New Issue
Block a user