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
|
uses: actions/stylelint@master
|
||||||
env:
|
env:
|
||||||
PATTERN: "**/*.css"
|
PATTERN: "**/*.css"
|
||||||
- name: Analysing YAML files with yamllint
|
- name: Analysing YAML files with YAMLlint
|
||||||
|
if: ${{ !cancelled() }}
|
||||||
uses: actions/yamllint@v3
|
uses: actions/yamllint@v3
|
||||||
with:
|
with:
|
||||||
strict: true
|
strict: true
|
||||||
|
|
Loading…
Reference in a new issue