Skip to content

Rework the action runner #4

Rework the action runner

Rework the action runner #4

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