Skip to content

Updated config.

Updated config. #20

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
options: "--check --verbose"

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

View workflow run for this annotation

GitHub Actions / Lint

Invalid workflow file

The workflow is not valid. .github/workflows/black.yml (Line: 11, Col: 9): Unexpected value 'options' .github/workflows/black.yml (Line: 12, Col: 9): Unexpected value 'jupyter'
jupyter: true