Skip to content

Commit

Permalink
Add strict inputs description
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreymcgill committed Oct 30, 2023
1 parent 23c399c commit 93d10c4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@ inputs:
config:
description: |-
Path to the retype.yml file. May point to a directory, a JSON or YAML
file. When a directory, retype will look for 'retype.[yml|yaml|json]' in
that directory and use it. If it is a file, retype will use it
file. When a directory, Retype will look for 'retype.[yml|yaml|json]' in
that directory and use it. If it is a file, Retype will use it
regardless.
strict:
description: |-
Allows the build to return a non-zero exit code if it encounters any
errors or warnings. This can be particularly helpful for developers when
they need to validate the stability of their builds. Default is false.
required: false
outputs:
retype-output-path:
description: |-
Expand Down

0 comments on commit 93d10c4

Please sign in to comment.