Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejka committed May 2, 2024
1 parent 5b89cc4 commit fad38c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/starknet-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.3+nightly-2024-05-01"
- name: Check cairo format
run: scarb fmt --check
working-directory: onchain
Expand All @@ -21,6 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.3+nightly-2024-05-01"
- name: Run cairo tests
run: scarb test
working-directory: onchain

0 comments on commit fad38c1

Please sign in to comment.