Skip to content

ci: Explicitly run ruff check (#30) #17

ci: Explicitly run ruff check (#30)

ci: Explicitly run ruff check (#30) #17

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