Skip to content

Re-add Ruff to GitHub Actions #4

Re-add Ruff to GitHub Actions

Re-add Ruff to GitHub Actions #4

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 --output-format=github django_nh3