mirror of
https://github.com/actions/setup-python
synced 2025-04-05 23:09:44 +00:00
Address YAML linting errors
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user