mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-21 13:51:05 -05:00
76fdac3839
* Use github format output * Add few tests * Config yamllint
11 lines
164 B
Text
11 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
|