Skip to content

Make get_client_root_url overridable both in both mixins #4

Make get_client_root_url overridable both in both mixins

Make get_client_root_url overridable both in both mixins #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
working-directory: ./src
run: ruff --output-format=github wagtail_headless_preview