Skip to content

Commit

Permalink
ci: add ruff format github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Mar 18, 2024
1 parent 60b2df6 commit c053e40
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ruff-formatter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#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: "."
options: "format --check"

0 comments on commit c053e40

Please sign in to comment.