Skip to content

[chore] Tooling updates/tweaks #79

[chore] Tooling updates/tweaks

[chore] Tooling updates/tweaks #79

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
with:
persist-credentials: false
- run: python -Im pip install --user ruff==0.8.2
- name: Run ruff
working-directory: ./src
run: ruff check --output-format=github wagtailmedia