Skip to content

add sol_compat_pack_compute_budget_v1 #188

add sol_compat_pack_compute_budget_v1

add sol_compat_pack_compute_budget_v1 #188

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