Skip to content

refactor: u256 max

refactor: u256 max #15

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build-starknet-contracts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
tool-versions: .tool-versions
- run: scarb fmt --check
- run: scarb build