Skip to content

Workflow file for this run

name: Black python lint
on:
workflow_call:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable