Skip to content

Commit

Permalink
chore: use prosnet black workflow instead
Browse files Browse the repository at this point in the history
We do now have our own repository with workflows for all the apis
repositories. This commit switches the black workflow to use that
repository.
  • Loading branch information
b1rger committed Jun 27, 2023
1 parent bee513c commit 7569984
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
#SPDX-FileCopyrightText: 2023 Birger Schacht
#SPDX-License-Identifier: MIT
name: Run Linter
name: Run black Linter

on: [push, pull_request]

jobs:
black:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run black
uses: psf/black@stable
with:
options: "--check --diff"
version: "22.12"
src: "./apis_core ./apis"
uses: acdh-oeaw/prosnet-workflows/.github/workflows/poetry-black.yml@dev
with:
src: "."

0 comments on commit 7569984

Please sign in to comment.