1
0
Fork 0
mirror of https://github.com/roles-ansible/role-postgresql-backup.git synced 2024-07-06 17:08:53 +02:00

Yaml fixed

This commit is contained in:
L3D 2023-03-02 16:29:14 +01:00
parent 6b72af2f58
commit 7be16df0b5
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 9 additions and 0 deletions

1
.github/FUNDING.yml vendored
View file

@ -1,3 +1,4 @@
---
# Feel free to add yourself after && during participating at this repo!
github: [do1jlr]

8
.yamllint Normal file
View file

@ -0,0 +1,8 @@
---
extends: default
rules:
# 170 chars should be enough, but don't fail if a line is longer
line-length:
max: 170
level: warning