Skip to content

chore: Make test pypi releases verbose to try to catch 400 (#40) #54

chore: Make test pypi releases verbose to try to catch 400 (#40)

chore: Make test pypi releases verbose to try to catch 400 (#40) #54

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