mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-13 08:40:29 -05:00
docs(action): Clean up variable table formatting
This commit is contained in:
parent
93d147382d
commit
478eb0f2b9
1 changed files with 8 additions and 6 deletions
|
@ -51,9 +51,11 @@ suggestions based on that local diff](https://github.com/getsentry/action-git-di
|
|||
|
||||
## Variables
|
||||
|
||||
| Name | Description | Required | Default |
|
||||
|------|-------------|----------|---------|
|
||||
| files| Files or patterns to check | false | If not defined, the default set of files are checked |
|
||||
| isolated | Ignore implicit configuration files | false | false|
|
||||
| config | Use a custom config file (must exist) | false | not set |
|
||||
| write_changes | Writes changes on the Action's local checkout | false | false |
|
||||
| Name | Description | Required | Default |
|
||||
| ------------------ | --------------------------------------------------------------- | -------- | ---------------------------------------------------- |
|
||||
| files | Files or patterns to check | false | If not defined, the default set of files are checked |
|
||||
| extend_identifiers | Comma separated list of extend identifiers, like someone's name | false | not set |
|
||||
| extend_words | Comma separated list of extend words. | false | not set |
|
||||
| isolated | Ignore implicit configuration files | false | false |
|
||||
| write_changes | Writes changes on the Action's local checkout | false | false |
|
||||
| config | Use a custom config file (must exist) | false | not set |
|
||||
|
|
Loading…
Add table
Reference in a new issue