Skip to content

fix(models): remove refs to deprecated_name #2

fix(models): remove refs to deprecated_name

fix(models): remove refs to deprecated_name #2

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:
paths:
- "**.py"
jobs:
ruff-formatter:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/poetry-ruff.yml@v0.4.2
with:
src: "."
options: "format --check"