Skip to content

Black

Black #829

Workflow file for this run

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