Skip to content

Added rekeying + add/remove functionality to regenerate-fixtures #180

Added rekeying + add/remove functionality to regenerate-fixtures

Added rekeying + add/remove functionality to regenerate-fixtures #180

Workflow file for this run

name: Check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: pip install black
- uses: actions/checkout@v4
- run: black --check src/test_suite --exclude '_pb2\.py'
# TODO add further checks here