Skip to content

Add Python 3.13 to the mix #49

Add Python 3.13 to the mix

Add Python 3.13 to the mix #49

Workflow file for this run

name: Ruff
on:
push:
branches:
- main
- 'stable/**'
pull_request:
branches: [main]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# keep in sync with .pre-commit-config.yaml
- run: python -Im pip install --user ruff==0.8.0
- name: Run ruff
run: ruff check --output-format=github wagtail_footnotes