Fix release workflow YAML parsing
Some checks failed
ci / build (push) Successful in 2m23s
release / release (push) Failing after 5m16s

This commit is contained in:
2026-02-24 11:19:53 +00:00
parent cb7257ed6f
commit ea5a0861fd
2 changed files with 24 additions and 16 deletions

8
.yamllint Normal file
View File

@@ -0,0 +1,8 @@
extends: default
rules:
document-start: disable
line-length: disable
truthy:
allowed-values: ['true', 'false', 'on', 'off']
check-keys: true