Skip to content

Commit 8f60469

Browse files
committed
Add yamllint github action
1 parent f4d28ef commit 8f60469

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name: build
33
on: push
44
jobs:
55

6+
yamllint:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: Run YAMLLint
11+
run: ./yamllint
12+
613
eslint:
714
runs-on: ubuntu-latest
815
steps:

0 commit comments

Comments
 (0)