Skip to content

Commit

Permalink
fix: expose ignore input in action
Browse files Browse the repository at this point in the history
add ignore input to action.yml and pass it to run standard script
  • Loading branch information
piotrkwiecinski committed Jun 11, 2023
1 parent b0ebf2c commit c053dc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ inputs:
ignore_errors_on_exit:
required: false
default: 0
ignore:
description: "A comma separated list of patterns to ignore files and directories"
required: false
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -95,6 +98,7 @@ runs:
INPUT_STANDARD: ${{ inputs.standard }}
INPUT_VERBOSITY: ${{ inputs.verbosity }}
INPUT_REPORT_STYLE: ${{ inputs.report_style }}
INPUT_IGNORE: ${{ inputs.ignore }}
branding:
icon: 'check-square'
color: 'blue'

0 comments on commit c053dc4

Please sign in to comment.