added YAML files to the linter action
This commit is contained in:
parent
7c97b4db65
commit
773a5bc9c2
1 changed files with 4 additions and 0 deletions
|
@ -38,3 +38,7 @@ jobs:
|
|||
uses: actions/stylelint@master
|
||||
env:
|
||||
PATTERN: "**/*.css"
|
||||
- name: Analysing YAML files with yamllint
|
||||
uses: actions/yamllint@v3
|
||||
with:
|
||||
strict: true
|
||||
|
|
Loading…
Reference in a new issue