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