Skip to content

Commit

Permalink
feat: update CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
julio4 committed Jan 28, 2025
1 parent b78c30c commit 4328222
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/verify_cairo_programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ 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

Expand All @@ -19,21 +26,15 @@ jobs:
- name: Configure upstream repository
run: |
git remote add upstream https://github.com/NethermindEth/StarknetByExample
git fetch upstream main
git fetch upstream
- name: Install scarb
uses: software-mansion/setup-scarb@v1

- name: Install snforge
uses: foundry-rs/setup-snfoundry@v3

- name: Run build script
- name: Verify changes
run: |
chmod +x scripts/cairo_programs_verifier.sh
./scripts/cairo_programs_verifier.sh
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master

0 comments on commit 4328222

Please sign in to comment.