Skip to content

feat(models): define a string representation of Parentprofession #186

feat(models): define a string representation of Parentprofession

feat(models): define a string representation of Parentprofession #186

Workflow file for this run

#SPDX-FileCopyrightText: 2024 Birger Schacht
#SPDX-License-Identifier: MIT
name: Run ruff formatter
on: [push, pull_request]
jobs:
ruff:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/poetry-ruff.yml@v0.4.6
with:
src: "."
options: "format --check"