call yamllint manually instead of using the action
Some checks failed
Docker Build / Build (push) Successful in 6s
Linter / Lint (3.11) (push) Failing after 41s

This commit is contained in:
Seaswimmer 2023-11-25 04:54:53 -05:00
parent 7613304853
commit 9d1f8f6926
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -40,6 +40,6 @@ jobs:
PATTERN: "**/*.css"
- name: Analysing YAML files with YAMLlint
if: ${{ !cancelled() }}
uses: actions/yamllint@v3
with:
strict: true
run: |
export PATH="$HOME/.local/bin:$PATH"
poetry run yamllint $(git ls-files '*.yml', '*.yaml')