diff --git a/.woodpecker/g10k-validate.yaml b/.woodpecker/g10k-validate.yaml new file mode 100644 index 0000000..e536a34 --- /dev/null +++ b/.woodpecker/g10k-validate.yaml @@ -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 diff --git a/.woodpecker/pre-commit.yaml b/.woodpecker/pre-commit.yaml index a1938fb..75d1fca 100644 --- a/.woodpecker/pre-commit.yaml +++ b/.woodpecker/pre-commit.yaml @@ -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