Skip to content

testing CI

testing CI #1

Workflow file for this run

name: Black Styling Check
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:

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

View workflow run for this annotation

GitHub Actions / Black Styling Check

Invalid workflow file

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