1
0
Fork 0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2024-06-01 20:36:02 +02:00

changing linter

This commit is contained in:
xenoscr 2022-09-10 17:06:21 -04:00
parent 4990f5e81d
commit 26c7c40413
No known key found for this signature in database
GPG Key ID: 52C26F96860C0DAA

View File

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