We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab19d87 commit fa98b9cCopy full SHA for fa98b9c
.github/workflows/lint-yaml.yml
@@ -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