Skip to content

Commit

Permalink
feat(travis): add yamllint check to commitlint stage
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Aug 4, 2019
1 parent 191dc69 commit 8d154bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
node_js: lts/*
before_install: skip
script:
- pip install --user yamllint
- yamllint . pillar.example
- npm install @commitlint/config-conventional -D
- npm install @commitlint/travis-cli -D
- commitlint-travis
Expand Down
1 change: 1 addition & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
extends: default

ignore: |
node_modules/
ssf/files/default/.cirrus.yml
ssf/files/default/.travis.yml
ssf/files/default/kitchen.yml
Expand Down

0 comments on commit 8d154bb

Please sign in to comment.