Skip to content

Commit 068f0f2

Browse files
h4l0genpoiana
authored andcommitted
changing line length limit to 130
Signed-off-by: h4l0gen <[email protected]>
1 parent 28b98b6 commit 068f0f2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/.yamllint

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extends: default
2+
3+
rules:
4+
line-length:
5+
max: 130
6+
level: error

.github/workflows/yaml-lint.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
uses: ibiqlik/action-yamllint@v3
1616
with:
1717
file_or_dir: rules/*.yaml
18+
env:
19+
YAMLLINT_CONFIG_FILE: .github/workflows/.yamllint

0 commit comments

Comments
 (0)