Skip to content

feat(api): add limit, offset to pagination response, schema #1

feat(api): add limit, offset to pagination response, schema

feat(api): add limit, offset to pagination response, schema #1

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