Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joewizy authored Jan 24, 2025
1 parent 95f3249 commit d94fb49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.9.1"
- uses: foundry-rs/setup-snfoundry@v1
- uses: foundry-rs/setup-snfoundry@v3
with:
starknet-foundry-version: "0.32.0"
- run: snforge -V # Check the version of snforge
- run: scarb fmt --check
- run: scarb test

0 comments on commit d94fb49

Please sign in to comment.