fixed yaml linting
This commit is contained in:
parent
773a5bc9c2
commit
f354199ec9
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ jobs:
|
|||
uses: actions/stylelint@master
|
||||
env:
|
||||
PATTERN: "**/*.css"
|
||||
- name: Analysing YAML files with yamllint
|
||||
- name: Analysing YAML files with YAMLlint
|
||||
if: ${{ !cancelled() }}
|
||||
uses: actions/yamllint@v3
|
||||
with:
|
||||
strict: true
|
||||
|
|
Loading…
Reference in a new issue