Skip to content

chore(deps): update actions/checkout action to v4 #46

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

chore(deps): update actions/checkout action to v4 #46

Workflow file for this run

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