Skip to content

Rename Expression publication date fields, update verbose names, help text #53

Rename Expression publication date fields, update verbose names, help text

Rename Expression publication date fields, update verbose names, help text #53

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"