Skip to content

Add fail_level and deduplicate fail_on_error #19

Add fail_level and deduplicate fail_on_error

Add fail_level and deduplicate fail_on_error #19

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
yamllint:
name: runner / yamllint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yamllint-github-pr-check
uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
yamllint_flags: "testdata/"
- name: yamllint-github-check
uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
level: warning
yamllint_flags: "testdata/"
- name: yamllint-github-pr-review
uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
yamllint_flags: "testdata/"