File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 77jobs :
88 lint_yml :
99 runs-on : ubuntu-latest
10- name : Execute yamllint
1110 steps :
12- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13- - name : yaml-lint
14- uses : ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
15- with :
16- strict : false # Don't fail for warnings
17- config_data : |
18- extends: default
19- ignore: |
20- *.md
21- CODEOWNERS
22- *.ini
23- # Ignoring most of the fromat related rules.
24- rules:
25- colons: disable
26- comments: disable
27- comments-indentation: disable
28- document-start: disable
29- line-length: disable
30- new-line-at-end-of-file: disable
31- indentation: disable
32- truthy: disable
11+ - name : Execute yamllint
12+ uses : nrfconnect/action-yamllint@main
You can’t perform that action at this time.
0 commit comments