Skip to content

Hacky fix for job preview #88

Hacky fix for job preview

Hacky fix for job preview #88

name: 🐍 Black python code lint
on:
push:
branches:
- main
- docs
# Paths can be used to only trigger actions when you have edited certain files, such as a file within the /docs directory
paths:
- "**.py"
# Allow manually running in the actions tab
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