typescript-action/.github/linters/.yaml-lint.yml

11 lines
215 B
YAML
Raw Normal View History

2023-08-23 17:40:31 +00:00
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