Skip to content

refactor: refactor child context to be child context return data #1027

refactor: refactor child context to be child context return data

refactor: refactor child context to be child context return data #1027

Workflow file for this run

name: CI
permissions: read-all
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: 2.3.0-rc0
- run: scarb fmt --check
- run: scarb build
- run: scarb test