Skip to content

chore: merge PR #23 from BlockheaderWeb3-Community/dispatcher_recap #21

chore: merge PR #23 from BlockheaderWeb3-Community/dispatcher_recap

chore: merge PR #23 from BlockheaderWeb3-Community/dispatcher_recap #21

Workflow file for this run

name: Test Cohort 4 Contracts
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Starknet Foundry
uses: foundry-rs/setup-snfoundry@v3
- name: Setup Scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-lock: ../../Scarb.lock
- name: Run tests
run: scarb build && scarb test