Skip to content

Set up github action #1

Set up github action

Set up github action #1

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest

Check failure on line 7 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 7
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable