Skip to content

Fix scenario creation #7

Fix scenario creation

Fix scenario creation #7

Workflow file for this run

name: Lint with Black
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install black
- run: black --check .