feat: add pre-commit workflow (#10)

- enforce pre-commit is run for all pull-requests

Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
2026-03-02 00:19:04 +11:00
parent 72a892eb14
commit 0daa026f01
4 changed files with 11 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
when:
- event: pull_request
steps:
- name: pre-commit
image: git.unkin.net/unkin/almalinux9-base:latest
commands:
- dnf install uv kustomize kubeconform helm -y
- uvx pre-commit run --all-files