Skip to content

Commit

Permalink
apply yamllint on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Nov 24, 2019
1 parent 16c8ed1 commit d0da72d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,7 @@ jobs:
- run: npm run lint
- run: npm run build
- run: npm test
- name: Apply yamllint
run: |
sudo pip install yamllint
yamllint .github/workflows
6 changes: 6 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extends: default

rules:
line-length: disable
document-start: disable
truthy: disable

0 comments on commit d0da72d

Please sign in to comment.