Skip to content

Fix rendering of custom table columns for full title, full name #19

Fix rendering of custom table columns for full title, full name

Fix rendering of custom table columns for full title, full name #19

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"