-
Suggestions:
- Spellchecking -- Using some of the tools listed here, add a job that checks for spelling errors. If there are spelling errors, it could either prevent the build from happening, or just show up as a warning using
allow_failure. - Linting/Checking --
ChkTeXandlacheckto scan through the LaTeX source and catch little mistakes ("instead of``, etc). This could run as a stage before the build to prevent it from happening.
By Jonathan Frere on 2020-09-14T14:14:14 (imported from GitLab)
- Spellchecking -- Using some of the tools listed here, add a job that checks for spelling errors. If there are spelling errors, it could either prevent the build from happening, or just show up as a warning using
-
blang/latexis not the best choice for a Latex base image since it's already 3 years old and not well maintained. I suggest to useaergus/latex(https://hub.docker.com/r/aergus/latex) instead.By Tobias Huste on 2020-09-21T12:52:37 (imported from GitLab)
Please sign in to comment