Skip to content

Only allow links when explicitly enabled for the block (#6) #18

Only allow links when explicitly enabled for the block (#6)

Only allow links when explicitly enabled for the block (#6) #18

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