Skip to content

Rework the action runner #2

Rework the action runner

Rework the action runner #2

Workflow file for this run

name: Black
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable