Skip to content

Adds pyproject.toml #249

Adds pyproject.toml

Adds pyproject.toml #249

Workflow file for this run

name: Tests
concurrency:
group: django-squash-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- "**"
jobs:
django-squash:
name: Tests
uses: ./.github/workflows/_tests.yml
secrets: inherit
with:
ref: ${{ github.ref }}