Skip to content

Add fail_level and deduplicate fail_on_error #62

Add fail_level and deduplicate fail_on_error

Add fail_level and deduplicate fail_on_error #62

Workflow file for this run

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