mirror of
https://github.com/actions/setup-python.git
synced 2026-04-16 19:15:39 +02:00
Create yaml-lint-config.yml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user