Skip to content

Update RepresentationOfThought TextChoices in models + existing field values in DB #152

Update RepresentationOfThought TextChoices in models + existing field values in DB

Update RepresentationOfThought TextChoices in models + existing field values in DB #152

Workflow file for this run

# SPDX-FileCopyrightText: 2024 K Kollmann
# SPDX-License-Identifier: MIT
name: Run Ruff formatter
on:
# runs on opened, synchronised, reopened PRs
pull_request:
workflow_dispatch:
jobs:
ruff-formatter:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected]
with:
src: "."
options: "format --check"