Skip to content

Further improve paste with table and extra markup #37

Further improve paste with table and extra markup

Further improve paste with table and extra markup #37

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.9.9
- name: Run ruff
working-directory: ./src
run: ruff check --output-format=github wagtail_tinytableblock