Skip to content

chore(deps-dev): bump ruff from 0.8.3 to 0.8.4 #77

chore(deps-dev): bump ruff from 0.8.3 to 0.8.4

chore(deps-dev): bump ruff from 0.8.3 to 0.8.4 #77

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