Skip to content

Commit

Permalink
feat: add inputs for reviewdog and actionlint versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas2mey committed Feb 16, 2024
1 parent cecbfdd commit 8ab597e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,20 @@ inputs:
description: 'Additional actionlint flags'
default: ''
required: false
reviewdog_version:
description: 'Reviewdog version'
default: 'v0.17.1'
required: false
actionlint_version:
description: 'actionlint version'
default: '1.6.26'
required: false
runs:
using: 'docker'
image: 'Dockerfile'
env:
- REVIEWDOG_VERSION=${{ inputs.reviewdog_version }}
- ACTIONLINT_VERSION=${{ inputs.actionlint_version }}
branding:
color: red
icon: check-circle

0 comments on commit 8ab597e

Please sign in to comment.