Files
typescript-action/.yaml-lint.yml
2024-11-15 11:39:10 -05:00

13 lines
266 B
YAML

# 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