Skip to content

Fix bug with newly introduced function in superdirt.py #1238

Fix bug with newly introduced function in superdirt.py

Fix bug with newly introduced function in superdirt.py #1238

Workflow file for this run

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

Check failure on line 12 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: 12, Col: 11): Unexpected value 'options "--check --verbose"'