Skip to content

fix(models): let the alternative_names field be null #246

fix(models): let the alternative_names field be null

fix(models): let the alternative_names field be null #246

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/[email protected]
with:
src: "."
options: "format --check"