Skip to content

Commit 01776f9

Browse files
committed
[nrf noup] ci: Adding yamllint aciton
* The intention is to catch yaml files that are not parsable * [yamllint action with all the rules definition](https://github.com/nrfconnect/action-yamllint/blob/main/action.yml) Signed-off-by: Sebastian Wezel <[email protected]>
1 parent 63c239c commit 01776f9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/lint-yaml.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Lint yaml files
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
lint_yaml:
8+
runs-on: ubuntu-latest
9+
name: Execute yamllint
10+
steps:
11+
- uses: nrfconnect/action-yamllint@main

0 commit comments

Comments
 (0)