-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated README.md #307
Updated README.md #307
Conversation
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|-----------------------|--------|----------|-----------|------------------------------------------------------------| | ||
| files | string | false | | File/Directory names to check for <br>uncommited changes. | | ||
| files-separator | string | false | `"\n"` | Separator used to split the <br>`files` input | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
| separator | string | false | `" "` | Output string separator. | | ||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|-----------------------|--------|----------|-----------|------------------------------------------------------------| | ||
| files | string | false | | File/Directory names to check for <br>uncommited changes. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|-----------------------|--------|----------|-----------|------------------------------------------------------------| | ||
| files | string | false | | File/Directory names to check for <br>uncommited changes. | | ||
| files-separator | string | false | `"\n"` | Separator used to split the <br>`files` input | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 118
| separator | string | false | `" "` | Output string separator. | | ||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | | ||
|-----------------------|--------|----------|-----------|------------------------------------------------------------| | ||
| files | string | false | | File/Directory names to check for <br>uncommited changes. | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 118
|-----------------------|--------|----------|-----------|------------------------------------------------------------| | ||
| files | string | false | | File/Directory names to check for <br>uncommited changes. | | ||
| files-separator | string | false | `"\n"` | Separator used to split the <br>`files` input | | ||
| match-gitignore-files | string | true | `"false"` | Indicates whether to match files <br>in `.gitignore` | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br
|-----------------------|--------|----------|-----------|------------------------------------------------------------| | ||
| files | string | false | | File/Directory names to check for <br>uncommited changes. | | ||
| files-separator | string | false | `"\n"` | Separator used to split the <br>`files` input | | ||
| match-gitignore-files | string | true | `"false"` | Indicates whether to match files <br>in `.gitignore` | |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 118
Updated README.md