We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80edbd5 commit 1777a1fCopy full SHA for 1777a1f
.github/workflows/build.yaml
@@ -14,10 +14,7 @@ jobs:
14
uses: actions/checkout@v3
15
with:
16
fetch-depth: '0'
17
- - name: Compile LaTeX document
18
- uses: xu-cheng/latex-action@v3
19
- with:
20
- root_file: src/template.tex
21
- texlive_version: 2023
22
- latexmk_shell_escape: true
23
- args: -pdf -interaction=nonstopmode -output-directory=.build -f
+ - name: LaTeX linter (chktex)
+ uses: j2kun/chktex-action@main
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments