Skip to content

use psf action

use psf action #5

Workflow file for this run

name: black
on: [push, pull_request, workflow_dispatch]
jobs:
black:
runs-on: ubuntu-latest
steps:

Check failure on line 6 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 6
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"