Skip to content

ci: run ruff linter on pushes and pull requests #1831

ci: run ruff linter on pushes and pull requests

ci: run ruff linter on pushes and pull requests #1831

Workflow file for this run

#SPDX-FileCopyrightText: 2023 Birger Schacht
#SPDX-License-Identifier: MIT
name: Run black Linter
on: [push, pull_request]
jobs:
black:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/poetry-black.yml@dev
with:
src: "."