CI: scan for horizontal and vertical bad boxes

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
This commit is contained in:
Stephan Lachnit 2021-07-28 12:15:11 +02:00
commit 67945734b2
No known key found for this signature in database
GPG key ID: B35B49EA5D563EFE

View file

@ -13,7 +13,7 @@ jobs:
- name: Build pdf
run: latexmk -pdflua ./template.tex
- name: Scan log
run: texloganalyser -w ./template.log
run: texloganalyser -wahv ./template.log
- name: Upload pdf
uses: actions/upload-artifact@v2
with: