call yamllint manually instead of using the action
This commit is contained in:
parent
7613304853
commit
9d1f8f6926
1 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue