Skip to content

Update Black to be concurrent #726

Update Black to be concurrent

Update Black to be concurrent #726

Workflow file for this run

name: Black
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Black:
uses: steinwurf/black-action/.github/workflows/action.yml@2.0.0