Skip to content

refactor: use Nullable<u256> in Stack (#47) #106

refactor: use Nullable<u256> in Stack (#47)

refactor: use Nullable<u256> in Stack (#47) #106

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "0.5.2"
- run: scarb fmt --check
- run: scarb build
- run: scarb test