Skip to content

ci: Switch to UV and extend test suite to new django and python #40

ci: Switch to UV and extend test suite to new django and python

ci: Switch to UV and extend test suite to new django and python #40

Workflow file for this run

name: Ruff
on:
push:
pull_request:
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 check --output-format=github django_nh3