Skip to content

Refactoring docs

Refactoring docs #81

name: 🐍 Black python code lint
on: [push, pull_request]
# Allow manually running in the actions tab

Check failure on line 4 in .github/workflows/BlackPythonCodeLinter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/BlackPythonCodeLinter.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./animation_workbench"
# version: "21.5b1" # Fails