Skip to content

Fix subject-verb agreement in glossary entry #703

Fix subject-verb agreement in glossary entry

Fix subject-verb agreement in glossary entry #703

Workflow file for this run

name: Lint
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install system dependencies
run: ./setup_ubuntu.sh
- name: Lint .py and .tex files
run: make -j$(nproc) lint
- name: Ensure formatters made no changes
run: git --no-pager diff --exit-code HEAD