Skip to content

Update the formatting and workflows (#22) #8

Update the formatting and workflows (#22)

Update the formatting and workflows (#22) #8

Workflow file for this run

name: Code Formatting
on: push
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.11.1
- name: Code Formatting (App)
run: |
pip install black
pip install -r requirements.txt
black --check .