1
0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2025-02-24 11:11:14 +01:00
LOLBAS/.github/workflows/yaml-lint-reviewdog.yml
2022-09-10 17:17:55 -04:00

18 lines
376 B
YAML

---
name: YAML Lint with reviewdog
on:
pull_request:
branches:
- master
jobs:
lintFiles:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run yamllint
uses: reviewdog/action-yamllint@v1
with:
reporter: github-pr-review # Change reporter.
yamllint_flags: '--config-file .github/.yamllint'