ci(gitea): workflow — yamllint + secret scan on dev/release [#784]
ci / lint (push) Failing after 27s
ci / lint (push) Failing after 27s
Fleet CI standard; runner #784. Runs go green once the act_runner registers (token pending founder). https://projects.knownelement.com/issues/784
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# HA-config-aware yamllint [#784]: keep the checks that catch real bugs
|
||||
# (duplicates, structure), relax the stylistic ones HA templates trip.
|
||||
extends: default
|
||||
ignore: |
|
||||
docs/
|
||||
rules:
|
||||
line-length: disable
|
||||
comments: disable
|
||||
comments-indentation: disable
|
||||
document-start: disable
|
||||
truthy: check-keys: false
|
||||
indentation:
|
||||
spaces: consistent
|
||||
indent-sequences: consistent
|
||||
key-duplicates: enable
|
||||
new-line-at-end-of-file: disable
|
||||
trailing-spaces: disable
|
||||
empty-lines:
|
||||
max-end: 2
|
||||
Reference in New Issue
Block a user