clydedz/Markdown List Linter
Lint markdown lists to warn when list items are not alphabetically ordered
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| file | The full file path to the markdown file. | yes | — |
| fail-on-error | Set this to false so that the action doesn't cause the workflow to fail if it spots lint issues. When set to false, it only produces a warning. | — | true |
Outputs
| name | description |
|---|---|
| name | Name of the package. |
| summary | A short summary produced by the markdown list linter. |
| errors | The error object produced by the markdown list linter. |