Skip to content

Commit

Permalink
Setup scarb in action
Browse files Browse the repository at this point in the history
  • Loading branch information
cptartur committed Oct 25, 2023
1 parent 8505309 commit a30205e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: 0.7.0

- name: Test local action
uses: ./
with:
Expand Down

0 comments on commit a30205e

Please sign in to comment.