mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-29 00:08:11 +01:00
Setting level to error for reviewdog linting.
This commit is contained in:
parent
9712ff088a
commit
e10341af15
1
.github/workflows/yaml-lint-reviewdog.yml
vendored
1
.github/workflows/yaml-lint-reviewdog.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
|||||||
- name: Run yamllint
|
- name: Run yamllint
|
||||||
uses: reviewdog/action-yamllint@v1
|
uses: reviewdog/action-yamllint@v1
|
||||||
with:
|
with:
|
||||||
|
level: error
|
||||||
reporter: github-pr-review # Change reporter.
|
reporter: github-pr-review # Change reporter.
|
||||||
yamllint_flags: '--config-file .github/.yamllint yml/**/*.yml'
|
yamllint_flags: '--config-file .github/.yamllint yml/**/*.yml'
|
||||||
- name: Validate OSBinaries YAML Schema
|
- name: Validate OSBinaries YAML Schema
|
||||||
|
Loading…
Reference in New Issue
Block a user