mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-21 17:49:35 +01:00
Create yaml-lint-config.yml
This commit is contained in:
parent
2aaa66fdad
commit
66556920f4
1 changed files with 7 additions and 0 deletions
7
yaml-lint-config.yml
Normal file
7
yaml-lint-config.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
extends: default
|
||||
|
||||
rules:
|
||||
# 80 chars should be enough, but don't fail if a line is longer
|
||||
line-length:
|
||||
max: 80
|
||||
level: warning
|
Loading…
Reference in a new issue