Skip to content

feat(tables): add logging to help with debugging #80

feat(tables): add logging to help with debugging

feat(tables): add logging to help with debugging #80

Workflow file for this run

# SPDX-FileCopyrightText: 2024 K Kollmann
# SPDX-License-Identifier: MIT
name: Run Ruff linter
on:
# runs on opened, synchronised, reopened PRs
pull_request:
workflow_dispatch:
jobs:
ruff-linter:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/poetry-ruff.yml@v0.4.2
with:
src: "."
options: "check --output-format=github"