Skip to content

ci: asynchronous + only modified files #132

ci: asynchronous + only modified files

ci: asynchronous + only modified files #132

name: Verify Cairo programs compilation
on:
pull_request: {}
push: {}
jobs:
compile_and_verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetches all history for all branches and tags
- run: git fetch origin main:main # Explicitly fetch main branch
- name: Install scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.3.0"
- name: Run build script
run: |
chmod +x scripts/cairo_programs_verifier.sh
echo "Running cairo programs verifier"
./scripts/cairo_programs_verifier.sh