Skip to content

Change type of "language" field #49

Change type of "language" field

Change type of "language" field #49

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"