Skip to content

Add Wagtail 6.0 to the test matrix, and drop Wagtail < 5.2 (#62) #12

Add Wagtail 6.0 to the test matrix, and drop Wagtail < 5.2 (#62)

Add Wagtail 6.0 to the test matrix, and drop Wagtail < 5.2 (#62) #12

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
working-directory: ./src
run: ruff --output-format=github wagtail_headless_preview