fix: add configs for place import from GND #243
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/[email protected] | |
with: | |
src: "." | |
options: "format --check" |