ssw-jku/LaTeX Validation Action
Validates (spell/grammar checks and lints) the LaTeX files of the SSW lectures and exercises
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| python_version | Python version to use | no | 3.13 |
| build_config | Relative path to the build Config (e.g .lecture-build-ci.json) | no | .lecture-build-ci.json |
| lint_pr_comment_with_link_to_GITHUB_SUMMARY | For linting: create chktex-report as GITHUB_STEP_SUMMARY | no | false |
| lint_pr_comment_with_md_report | For linting: create chktex-report (md file) and post as PR-comment | no | false |
| chktex_version | CHKTEX version to use | no | 1.7.9 |
| lint_report_folder | Relative path where html-chktex-lint-reports (captured console output) is saved intermediately. | no | chktex_reports |
| spellcheck_comment_with_zipped_report | For spell checking: create PR-comment with ltex-reports packaged as zip | no | false |
| spellcheck_comment_with_link_to_GITHUB_SUMMARY | For spell checking: create ltex-report as GITHUB_STEP_SUMMARY | no | false |
| spellcheck_comment_with_md_report | For spell checking: create ltex-report (md file) and post as PR-comment | no | false |
| spellcheck_comment_with_md_report_and_comment_in_code | For spell checking: create in-code-comments and for remaining ltex-warning report (md file) and post as PR-comment | no | false |
| ltex_plus_version | Ltex-plus version to use | no | 18.5.1 |
| spelling_report_folder | Relative path where html-ltex-spell-check-reports (captured console output) is saved intermediately. | no | ltex_reports |
| github_token | Workflow Github token from secrets | no | ${{ github.token }} |
Outputs
no outputs