Skip to content

Commit

Permalink
Update readme and action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jul 1, 2024
1 parent 72f60ab commit cabbfc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
# Default: warning
inline: warning

# Generate Spelling suggestions.
suggestions: false

# Determines if the action should be failed if any spelling issues are found.
# Allowed values are: true, false
# Default: true
Expand Down
5 changes: 5 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ inputs:
Allowed values are: true, false
default: "true"
required: false
suggestions:
description: >
Generate Spelling suggestions.
default: "false"
required: false
verbose:
description: |
Increase the log output to include progress.
Expand Down

0 comments on commit cabbfc8

Please sign in to comment.