Skip to content

processing| support runs where sections happen in different orders #175

processing| support runs where sections happen in different orders

processing| support runs where sections happen in different orders #175

Workflow file for this run

name: autoblack
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Black
run: pip install black
- name: Run black --check --check --diff -v .
run: black --check --check --diff -v .