Some checks failed
ci/woodpecker/pr/pre-commit Pipeline failed
- add a ci workflow to verify pre-commit passes
10 lines
219 B
YAML
10 lines
219 B
YAML
when:
|
|
- event: pull_request
|
|
|
|
steps:
|
|
- name: pre-commit
|
|
image: git.unkin.net/unkin/almalinux9-base:latest
|
|
commands:
|
|
- dnf install uv opentofu terragrunt tflint -y
|
|
- uvx pre-commit run --all-files
|