029c998797
split all pre-commit checks into individual workflows, so that woodpecker spawns a container/job for each. this vastly improves the time it takes for CI to complete checks for puppet - create per-pre-commit-check pre-commit config files - create per-pre-commit-check woodpecker workflows Reviewed-on: #455
11 lines
249 B
YAML
11 lines
249 B
YAML
repos:
|
|
- repo: 'https://github.com/adrienverge/yamllint'
|
|
rev: v1.32.0
|
|
hooks:
|
|
- id: 'yamllint'
|
|
args:
|
|
[
|
|
"-d {extends: relaxed, rules: {line-length: disable}, ignore: chart}",
|
|
"-s",
|
|
]
|