Skip to content

Merge pull request #73 from cyraxxPy/patch-1 #84

Merge pull request #73 from cyraxxPy/patch-1

Merge pull request #73 from cyraxxPy/patch-1 #84

Workflow file for this run

name: Code Style 💅🏻
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.11
- run: |
python -m pip install --upgrade pip
pip install black
- run: |
black --check --verbose .