Skip to content

Fix action

Fix action #2

Workflow file for this run

name: Lint

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

View workflow run for this annotation

GitHub Actions / .github/workflows/black.yml

Invalid workflow file

`workflow_dispath` is not a valid event name
on:
workflow_dispath:
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