changing linter

This commit is contained in:
xenoscr
2022-09-10 17:06:21 -04:00
parent 4990f5e81d
commit 26c7c40413

View File

@@ -14,6 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Run yamllint - name: Run yamllint
uses: frenck/action-yamllint@v1 uses: reviewdog/action-yamllint@v1
with: with:
config: ".github/.yamllint" reporter: github-pr-review # Change reporter.
yamllint_flags: '--config-file .github/.yamllint'