Skip to content

Commit

Permalink
Reformat inputs as a table
Browse files Browse the repository at this point in the history
Reformat the input options as a table in the README

Signed-off-by: Eric Brown <ericwb@users.noreply.github.com>
  • Loading branch information
ericwb committed Jun 28, 2024
1 parent c88ac25 commit 7f12432
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ jobs:
## Inputs
### `path`

**Optional** The source file(s) or directory(s) to be analyzed

**Default** `"."`

### `disable`

**Optional** A comma-separated list of rule IDs or names to disable

**Default** `"DEFAULT"`
| Name | Description | Required | Default Value |
|--|--|--|--|
| path | The source file(s) or directory(s) to be analyzed | False | `"."` |
| disable | A comma-separated list of rule IDs or names to disable | False | `"DEFAULT"` |

0 comments on commit 7f12432

Please sign in to comment.