Skip to content

added starkli to asdf #131

added starkli to asdf

added starkli to asdf #131

Workflow file for this run

name: Format and Build
on:
push:
merge_group:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.4"
- run: cd starknet && scarb fmt --check
- run: cd starknet && scarb build