Skip to content

Commit 1777a1f

Browse files
authored
Update build.yaml
Use chktex to lint instead of the heavier build operation.
1 parent 80edbd5 commit 1777a1f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515
with:
1616
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
17+
- name: LaTeX linter (chktex)
18+
uses: j2kun/chktex-action@main
19+
env:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)