Skip to content

try to use a newer pandoc version (3.4 instead of 2.9) #161

try to use a newer pandoc version (3.4 instead of 2.9)

try to use a newer pandoc version (3.4 instead of 2.9) #161

Workflow file for this run

name: lint
on:
push:
paths-ignore:
- "**.md"
pull_request:
workflow_dispatch:
jobs:
container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install pip dependencies
run: pip install -r requirements/requirements-dev.txt
- name: Run linting
run: ./lint.sh