mirror of
https://github.com/actions/setup-python.git
synced 2025-11-10 15:06:57 +00:00
Update yaml-lint-config.yml
This commit is contained in:
parent
9c06a2a3f4
commit
c9ef933362
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
extends: default
|
extends: default
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
# 120 chars should be enough, but don't fail if a line is longer
|
# 600 chars should be enough, but don't fail if a line is longer
|
||||||
line-length:
|
line-length:
|
||||||
max: 120
|
max: 600
|
||||||
level: warning
|
level: warning
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue