mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-03 22:09:45 +00:00
15 lines
289 B
YAML
15 lines
289 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
|
|
ignore:
|
|
- .licenses/
|