Skip to content

Merge pull request #48 from vil02/tag_actions_checkout_to_v4 #208

Merge pull request #48 from vil02/tag_actions_checkout_to_v4

Merge pull request #48 from vil02/tag_actions_checkout_to_v4 #208

Workflow file for this run

---
name: latex_linter_check
'on':
workflow_dispatch:
push:
paths-ignore:
- 'generated/**'
jobs:
run_chktex:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: LaTeX linter
uses: colinaaa/[email protected]
...