Skip to content

Setup reviewdog

Actions
🐶 This action sets up reviewdog
v1.3.2
Latest
Star (74)

reviewdog/action-setup

Test reviewdog depup release GitHub release (latest SemVer) action-bumpr supported Used-by counter

This action installs 🐶 reviewdog.

Input

inputs:
  reviewdog_version:
    description: 'reviewdog version. [latest,nightly,vX.Y.Z]'
    default: 'latest'

Usage

Latest

steps:
  - uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2
  - run: reviewdog -version

Specify reviewdog version

steps:
  - uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2
    with:
      reviewdog_version: v0.20.3
  - run: reviewdog -version

Nightly

steps:
  - uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.2
    with:
      reviewdog_version: nightly
  - run: reviewdog -version

Setup 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

🐶 This action sets up reviewdog
v1.3.2
Latest

Setup 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.