build(deps): bump apis-acdhch-default-settings from 1.4.0 to 1.5.0 #241
Workflow file for this run
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" |