Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit d0da72d

Browse files
committed
apply yamllint on CI
1 parent 16c8ed1 commit d0da72d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,7 @@ jobs:
180180
- run: npm run lint
181181
- run: npm run build
182182
- run: npm test
183+
- name: Apply yamllint
184+
run: |
185+
sudo pip install yamllint
186+
yamllint .github/workflows

.yamllint.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extends: default
2+
3+
rules:
4+
line-length: disable
5+
document-start: disable
6+
truthy: disable

0 commit comments

Comments
 (0)