Skip to content

Commit

Permalink
Merge pull request #25 from arkedge/add-reviewdog-version-input
Browse files Browse the repository at this point in the history
Add reviewdog version input
  • Loading branch information
sksat authored Feb 9, 2024
2 parents 9a33158 + 66503f6 commit 8faddab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ inputs:
fail_on_error:
description: 'exit code for reviewdog on error'
default: 'true'
reviewdog_version:
description: 'reviewdog version'
default: 'latest'
reviewdog_flags:
description: 'extra reviewdog option'
default: ''
Expand All @@ -37,6 +40,8 @@ runs:
steps:
- name: install reviewdog
uses: reviewdog/[email protected]
with:
reviewdog_version: ${{ inputs.reviewdog_version }}

- name: install clang-tidy
#if: runner.os == 'Linux'
Expand Down

0 comments on commit 8faddab

Please sign in to comment.