Skip to content

Merge pull request #30 from vil02/renovate/lycheeverse-lychee-action-1.x #107

Merge pull request #30 from vil02/renovate/lycheeverse-lychee-action-1.x

Merge pull request #30 from vil02/renovate/lycheeverse-lychee-action-1.x #107

Workflow file for this run

---
name: latex_linter_check
# yamllint disable-line rule:truthy
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]
...