Setting level to error for reviewdog linting.

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

View File

@ -10,6 +10,7 @@ jobs:
- name: Run yamllint
uses: reviewdog/action-yamllint@v1
with:
level: error
reporter: github-pr-review # Change reporter.
yamllint_flags: '--config-file .github/.yamllint yml/**/*.yml'
- name: Validate OSBinaries YAML Schema