Files
javascript-action/.yaml-lint.yml
T

13 lines
266 B
YAML
Raw Normal View History

2024-11-15 12:30:35 -05:00
# See: https://yamllint.readthedocs.io/en/stable/
rules:
document-end: disable
document-start:
level: warning
present: false
line-length:
level: warning
max: 80
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true