fix: override serialization of OpenAPI schema #261
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/poetry-ruff.yml@v0.4.5 | |
with: | |
src: "." | |
options: "format --check" |