Skip to content

Update black workflow #57

Update black workflow

Update black workflow #57

Workflow file for this run

name: Lint
on: [push, workflow_call]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"