Skip to content

Commit c8c9d5c

Browse files
committed
yamllint configuration
1 parent 908964c commit c8c9d5c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.yamllint.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
extends: default
2+
3+
rules:
4+
truthy:
5+
ignore: |
6+
.github/workflows/*
7+
indentation:
8+
spaces: 2

0 commit comments

Comments
 (0)