Skip to content

Revert "chore(deps): update actions/checkout action to v4" #47

Revert "chore(deps): update actions/checkout action to v4"

Revert "chore(deps): update actions/checkout action to v4" #47

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
markdownlint:
name: runner / markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- 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