Skip to content

Commit

Permalink
fix: fix failing contract CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed Dec 9, 2024
1 parent 8678125 commit 9e6842c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.8.2"

- name: Check cairo format
run: cd contracts && scarb fmt --check

- name: Build cairo programs
run: cd contracts && scarb build
run: cd contracts && scarb build

0 comments on commit 9e6842c

Please sign in to comment.