Skip to content

Run vint with reviewdog

Actions
🐶 Run vint with reviewdog on pull requests to improve code review experience
v1.17.0
Latest
Star (10)

GitHub Action: Run vint with reviewdog

Docker Image CI depup release GitHub release (latest SemVer) action-bumpr supported

This action runs vint with reviewdog on pull requests to improve code review experience.

github-pr-check example github-pr-review example

Inputs

github_token

Required. Must be in form of github_token: ${{ secrets.github_token }}'.

level

Optional. Report level for reviewdog [info,warning,error]. It's same as -level flag of reviewdog.

reporter

Reporter of reviewdog command [github-pr-check,github-pr-review]. Default is github-pr-check. github-pr-review can use Markdown and add a link to rule page in reviewdog reports.

Example usage

name: reviewdog
on: [pull_request]
jobs:
  vint:
    name: runner / vint
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: vint
        uses: reviewdog/action-vint@v1
        with:
          github_token: ${{ secrets.github_token }}
          reporter: github-pr-review # Change reporter.

Run vint with reviewdog is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

🐶 Run vint with reviewdog on pull requests to improve code review experience
v1.17.0
Latest

Run vint with reviewdog is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.