Skip to content

Improve documentation (#37) #4

Improve documentation (#37)

Improve documentation (#37) #4

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
- run: python -Im pip install --user ruff
- name: Run ruff
run: ruff --output-format=github wagtail_footnotes