Skip to content

Doc updates & housekeeping (#400) #570

Doc updates & housekeeping (#400)

Doc updates & housekeeping (#400) #570

Workflow file for this run

name: black
on:
push:
pull_request:
jobs:
black_checks:
runs-on: ubuntu-latest
name: black
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install Dependencies
run: |
pip install black
pip install -r requirements.txt
pip install types-PyYAML
- name: black
run: black --check .