Skip to content

Create python-app.yml #25

Create python-app.yml

Create python-app.yml #25

Workflow file for this run

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