Skip to content

For real this time

For real this time #3

Workflow file for this run

name: Lint
on:
workflow_dispatch:
push:
branches:
- 'main'
paths:
- '**.py'
- '.github/workflows/black.yml'
- 'requirements.txt'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable