Maintain actions (#71)

This commit is contained in:
Stephan Schnabel 2022-09-02 10:30:37 +02:00 committed by GitHub
parent 45dc3e361d
commit 9411c2b1b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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