Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

chore(deps): bump brace-expansion from 2.0.1 to 2.0.2 in the npm_and_yarn group across 1 directory #529

chore(deps): bump brace-expansion from 2.0.1 to 2.0.2 in the npm_and_yarn group across 1 directory

chore(deps): bump brace-expansion from 2.0.1 to 2.0.2 in the npm_and_yarn group across 1 directory #529

name: Verify Cairo programs compilation
on:
pull_request:
branches:
- dev
- main
workflow_dispatch:
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master
compile_and_verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure upstream repository
run: |
git remote add upstream https://github.com/NethermindEth/StarknetByExample
git fetch upstream
- name: Install scarb
uses: software-mansion/setup-scarb@v1
- name: Install snforge
uses: foundry-rs/setup-snfoundry@v3
- name: Verify changes
run: |
chmod +x scripts/cairo_programs_verifier.sh
./scripts/cairo_programs_verifier.sh