From 3947d4e30a5f074f1f5d575a1fdbf2c36ce97fc4 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 10 Sep 2026 21:40:12 +0200 Subject: [PATCH] style(yamllint): add document start marker The yamllint configuration enabled the default rule set, which includes document-start, but omitted the marker in its own file. Linting the repository therefore reported a violation in the configuration itself. Co-authored-by: Copilot --- .yamllint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.yamllint.yaml b/.yamllint.yaml index f22686c..e0e4d53 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -1,3 +1,5 @@ +--- + # # Documentation: # https://yamllint.readthedocs.io/en/stable/