Skip to content

Implemented Lockup Linear MVP along with scripts and docs #37

Implemented Lockup Linear MVP along with scripts and docs

Implemented Lockup Linear MVP along with scripts and docs #37

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.3.1"
- name: Check cairo format
run: scarb fmt --check
- name: Build cairo programs
run: scarb build