Skip to content

fix(API): slice publisher subquery to fix issue with multiple values #149

fix(API): slice publisher subquery to fix issue with multiple values

fix(API): slice publisher subquery to fix issue with multiple values #149

# 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"