1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-09 09:35:04 +09:00
setup-python/yaml-lint-config.yml
2022-06-05 17:16:29 +08:00

7 lines
139 B
YAML

extends: default
rules:
# 600 chars should be enough, but don't fail if a line is longer
line-length:
max: 600
level: warning