Skip to content

Commit

Permalink
Add yaml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Aug 20, 2021
1 parent df78645 commit 0861ee5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
run: yarn --dev
- name: Run style check
run: yarn lint
- name: Yaml Style
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml
8 changes: 8 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
extends: default
ignore: |
node_modules
rules:
line-length: disable
document-start: disable
brackets: disable
truthy: disable

0 comments on commit 0861ee5

Please sign in to comment.