Skip to content

fix code block in README #3

fix code block in README

fix code block in README #3

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 }}