Skip to content

fix: add holds or supports property to models.py #89

fix: add holds or supports property to models.py

fix: add holds or supports property to models.py #89

Workflow file for this run

# Run Black via Poetry on opened, synchronised, reopened pull requests.
name: Run Black code formatter
on:
pull_request:
paths:
- "**.py"
jobs:
black:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected]
with:
src: "."
options: "--check --diff --color"