Skip to content

DRAFT: 17/fuzz tests initial implementation #27

DRAFT: 17/fuzz tests initial implementation

DRAFT: 17/fuzz tests initial implementation #27

Workflow file for this run

name: Black
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: snok/install-poetry@v1
- run: |
poetry install
poetry run python -m black --check .