Skip to content

Commit 51bf66a

Browse files
committed
Create .yamllint
1 parent 6d50bb7 commit 51bf66a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.yamllint

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
extends: default
3+
rules:
4+
line-length:
5+
max: 256
6+
level: warning
7+
truthy:
8+
ignore: |
9+
/.github/workflows/*.yml

0 commit comments

Comments
 (0)