added YAML files to the linter action
Some checks failed
Docker Build / Build (push) Successful in 5s
Linter / Lint (3.11) (push) Failing after 40s

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

View file

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