mirror of
https://github.com/karancode/yamllint-github-action.git
synced 2024-08-16 10:19:48 +02:00
8 lines
139 B
YAML
8 lines
139 B
YAML
|
extends: default
|
||
|
|
||
|
rules:
|
||
|
# 100 chars should be enough, but don't fail if a line is longer
|
||
|
line-length:
|
||
|
max: 100
|
||
|
level: warning
|