Skip to content

Python format

Python format #2

Workflow file for this run

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

Check failure on line 13 in .github/workflows/python_format.yml

View workflow run for this annotation

GitHub Actions / Python-Black

Invalid workflow file

The workflow is not valid. .github/workflows/python_format.yml (Line: 13, Col: 16): A sequence was not expected