feat: add validation tooling and expand path review instructions

Add pre-commit hooks (YAML lint, schema validation, editorconfig),
CI workflow, and new path instructions for test files, Dockerfiles,
config files, and archival docs.
This commit is contained in:
2026-03-08 23:37:35 +02:00
parent 1985ff756e
commit 589f5ab0e2
7 changed files with 116 additions and 6 deletions

13
.yamllint.yaml Normal file
View File

@@ -0,0 +1,13 @@
---
extends: default
rules:
line-length:
max: 120
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true
truthy:
check-keys: false
allowed-values: ['true', 'false', 'on', 'off']
comments:
min-spaces-from-content: 1
document-start: enable