Adding path to reviewdog yamllint

This commit is contained in:
xenoscr 2022-09-11 13:16:56 -04:00
parent 9aaa4903e9
commit 9712ff088a
No known key found for this signature in database
GPG Key ID: 52C26F96860C0DAA

View File

@ -11,7 +11,7 @@ jobs:
uses: reviewdog/action-yamllint@v1 uses: reviewdog/action-yamllint@v1
with: with:
reporter: github-pr-review # Change reporter. reporter: github-pr-review # Change reporter.
yamllint_flags: '--config-file .github/.yamllint' yamllint_flags: '--config-file .github/.yamllint yml/**/*.yml'
- name: Validate OSBinaries YAML Schema - name: Validate OSBinaries YAML Schema
uses: cketti/action-pykwalify@v0.3-temp-fix uses: cketti/action-pykwalify@v0.3-temp-fix
with: with: