mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 14:13:48 +00:00
Address YAML linting errors
This commit is contained in:
parent
5e1c8c0ba4
commit
c63dffb056
2 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
extends: default
|
||||
|
||||
rules:
|
||||
# 80 chars should be enough, but don't fail if a line is longer
|
||||
# 120 chars should be enough, but don't fail if a line is longer
|
||||
line-length:
|
||||
max: 80
|
||||
max: 120
|
||||
level: warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue