Skip to content

Update black Github Action to auto-lint #1233

Update black Github Action to auto-lint

Update black Github Action to auto-lint #1233

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- uses: psf/black@stable