Skip to content

fix: remove external(v0) usage on impl blocks #83

fix: remove external(v0) usage on impl blocks

fix: remove external(v0) usage on impl blocks #83

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: "2.3.0-rc1"
- name: Run build script
run: |
chmod +x scripts/cairo_programs_verifier.sh
./scripts/cairo_programs_verifier.sh