fixed yaml linting
Some checks failed
Linter / Lint (3.11) (push) Failing after 40s
Docker Build / Build (push) Successful in 5s

This commit is contained in:
Seaswimmer 2023-11-25 04:47:28 -05:00
parent 773a5bc9c2
commit f354199ec9
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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