Skip to content

Commit

Permalink
add latexindent test
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed May 7, 2022
1 parent ac88bb3 commit 20a553b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ jobs:
EOF
docker run --rm -v $(pwd):/data -w /data texlive-$SCHEME texliveonfly test.tex
file test.pdf | grep -q ' PDF '
- name: Test latexindent
run: |
cat <<EOF >test.tex
\documentclass{article}
\usepackage{newtxtext}
\begin{document}
test
\end{document}
EOF
docker run --rm -v $(pwd):/data -w /data texlive-$SCHEME latexindent test.tex
if: "matrix.scheme == 'full'"
- name: Deploy
run: |
TAG="ghcr.io/xu-cheng/texlive-$SCHEME"
Expand Down

0 comments on commit 20a553b

Please sign in to comment.