Skip to content

ci: add chktex lint step (informational)#73

Open
pasrom wants to merge 1 commit into
mainfrom
ci/latex-linter
Open

ci: add chktex lint step (informational)#73
pasrom wants to merge 1 commit into
mainfrom
ci/latex-linter

Conversation

@pasrom

@pasrom pasrom commented Apr 6, 2026

Copy link
Copy Markdown
Owner

What

Adds a chktex lint job to the CI pipeline that runs on all .tex files.

Why

Helps catch common LaTeX issues (missing ~ before \ref, wrong parentheses, etc.) early in PRs. Especially useful for external contributions.

How

The lint job uses continue-on-error: true so it is informational only. Warnings are visible in the CI log but do not block the build. This allows us to gradually clean up existing warnings without breaking CI.

Runs chktex on tex files as a non-blocking CI step.
Warnings are visible in the CI log but do not fail the build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant