Skip to content

Commit

Permalink
👷 Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Nov 5, 2023
1 parent 6e5de35 commit 5a75e15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Check
on: [push, pull_request]

env:
DOJO_VERSION: v0.3.3
DOJO_VERSION: v0.3.3
SCARB_VERSION: v2.3.1

jobs:
check:
Expand All @@ -12,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: ${{ env.SCARB_VERSION }}
- name: Format
run: scarb fmt --check
shell: bash
Expand Down

0 comments on commit 5a75e15

Please sign in to comment.