Skip to content

Feat: update v2.1.0 #53

Feat: update v2.1.0

Feat: update v2.1.0 #53

name: Verify Cairo programs compilation
on:
pull_request:
branches:
- main
jobs:
compile_and_verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: "0.6.2"
- name: Run build script
run: |
chmod +x scripts/cairo_programs_verifier.sh
./scripts/cairo_programs_verifier.sh