Skip to content

116 intern balance refactor 1 step minter #164

116 intern balance refactor 1 step minter

116 intern balance refactor 1 step minter #164

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.0"
- name: Cairo lint
run: scarb fmt --check
- name: Cairo build
run: scarb build