Skip to content

change line length to 99 for gh action #88

change line length to 99 for gh action

change line length to 99 for gh action #88

Workflow file for this run

---
name: Black python lint
on:
workflow_call:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
black_args: --line-length=99

Check failure on line 14 in .github/workflows/black.yaml

View workflow run for this annotation

GitHub Actions / Black python lint

Invalid workflow file

The workflow is not valid. .github/workflows/black.yaml (Line: 14, Col: 15): Unexpected value 'black_args'