Maintain actions

This commit is contained in:
Stephan Schnabel 2022-09-02 09:13:08 +02:00
parent 67a1b52362
commit ba31b4755b
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
10 changed files with 85 additions and 121 deletions

View file

@ -8,3 +8,12 @@ rules:
# line length is not important
line-length: disable
# force double quotes everywhere
quoted-strings:
quote-type: double
required: only-when-needed
# allow everything on keys
truthy:
check-keys: false