Skip to content

fix black yml

fix black yml #2

Workflow file for this run

name: Python Black
on: [push, pull_request]
jobs:
python-black:
name: Python Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Python Black (core)
uses: cytopia/docker-black@0.8
with:
path: 'core/'