Skip to content

Commit 235000b

Browse files
committed
Add yamllint gh-action.
1 parent decb067 commit 235000b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/yamllint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Yaml Lint
3+
on: [push] # yamllint disable-line rule:truthy
4+
jobs:
5+
lint:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- name: yaml-lint
10+
uses: ibiqlik/action-yamllint@v3

0 commit comments

Comments
 (0)