Skip to content

Test commit to trigger the formatter #1

Test commit to trigger the formatter

Test commit to trigger the formatter #1

Workflow file for this run

name: Lint
on:
workflow_dispath
push:

Check failure on line 5 in .github/workflows/black.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/black.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
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