chiefgokhlayeh/TeXtidote Action
GitHub Action to lint, spell- and grammar-check LaTeX documents using TeXtidote.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| root_file | The root LaTeX file to be linted. | yes | — |
| working_directory | Working directory to execute TeXtidote in. | no | — |
| report_type | The type of TeXtidote report to generate (referring to TeXtidote's --output option). | — | html |
| report_file | The file path of TeXtidote report. | — | report.html |
| threshold_error | The threshold for the number of warnings from TeXtidote above which the build is marked unstable. | no | — |
| args | Extra arguments to be passed to TeXtidote. | no | — |
Outputs
| name | description |
|---|---|
| num_warnings | The number of warnings returned by TeXtidote. |