Skip to content

Commit 28e26d9

Browse files
committed
Add yamllint to github test workflow
Signed-off-by: Anders F Björklund <[email protected]>
1 parent 044ba55 commit 28e26d9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ jobs:
2121
version: v1.42.1
2222
args: --verbose
2323

24+
yamllint:
25+
runs-on: ubuntu-20.04
26+
timeout-minutes: 20
27+
steps:
28+
- uses: actions/checkout@v2
29+
with:
30+
fetch-depth: 1
31+
- name: Run yamllint
32+
run: yamllint .
33+
2434
shellcheck:
2535
runs-on: ubuntu-20.04
2636
timeout-minutes: 20

0 commit comments

Comments
 (0)