Skip to content

update settings to enable chktex and latexindent formatting. Add READ… #2

update settings to enable chktex and latexindent formatting. Add READ…

update settings to enable chktex and latexindent formatting. Add READ… #2

Workflow file for this run

name: Lint TeX
on:
push:
branches: [ main, drafting ]
pull_request:
branches: [ main, drafting ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: ChkTeX Linter
uses: j2kun/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}