Skip to content

Commit 9982358

Browse files
committed
switching to action
Signed-off-by: Sebastian Wezel <[email protected]>
1 parent 9598a5b commit 9982358

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.github/workflows/lint-yaml.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,6 @@ on:
77
jobs:
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

0 commit comments

Comments
 (0)