Skip to content

move templates to the top of LaTeX section #25

move templates to the top of LaTeX section

move templates to the top of LaTeX section #25

Workflow file for this run

name: Check
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install dependencies
run: python -m pip install --upgrade pip && pip3 install pre-commit
- name: Check
run: pre-commit run --all-files