Skip to content

Update .pre-commit-config.yaml #67

Update .pre-commit-config.yaml

Update .pre-commit-config.yaml #67

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