Skip to content

Commit

Permalink
add yamllint to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed Mar 5, 2021
1 parent d80da01 commit db5ef4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
commit_message: 🤖 Enforce Code Style
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: YamlLint
run: yamllint .

gh-pages:
needs: prettier
Expand Down
9 changes: 9 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
extends: default
rules:
document-start: disable
line-length:
max: 200
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true
ignore: |
/node_modules/

0 comments on commit db5ef4b

Please sign in to comment.