Various smaller refactorings of posters import + removal of .toml which duplicates a file in APIS Core #187
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 linter | |
on: | |
# runs on opened, synchronised, reopened PRs | |
pull_request: | |
paths: | |
- "**.py" | |
workflow_dispatch: | |
jobs: | |
ruff-linter: | |
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected] | |
with: | |
src: "." | |
options: "check" |