mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-21 13:51:05 -05:00
12 lines
164 B
Text
12 lines
164 B
Text
|
---
|
||
|
extends: default
|
||
|
|
||
|
rules:
|
||
|
line-length: disable
|
||
|
new-lines:
|
||
|
type: unix
|
||
|
new-line-at-end-of-file:
|
||
|
level: warning
|
||
|
trailing-spaces:
|
||
|
level: warning
|