Skip to content

feat: add Docker image + sample_project entrypoint & setup #210

feat: add Docker image + sample_project entrypoint & setup

feat: add Docker image + sample_project entrypoint & setup #210

Workflow file for this run

#SPDX-FileCopyrightText: 2023 Birger Schacht
#SPDX-License-Identifier: MIT
name: Run ruff formatter
on: [push, pull_request]
jobs:
ruff:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected]
with:
src: "."
options: "format --check"