Skip to content

Commit

Permalink
[fix] cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianvrj committed Aug 8, 2024
1 parent 1cb4b5b commit ea15a52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contract_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: steps.changes.outputs.contracts_dir == 'true'
run: |
cd contracts
asdf install scarb
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh
- name: Run scarb fmt
if: steps.changes.outputs.contracts_dir == 'true'
Expand All @@ -45,11 +45,11 @@ jobs:
- name: Install scarb
if: steps.changes.outputs.contracts_dir == 'true'
run: |
run: cd contracts
cd contracts
curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh
- name: Run scarb check
if: steps.changes.outputs.contracts_dir == 'true'
run: |
run: cd contracts
cd contracts
scarb check

0 comments on commit ea15a52

Please sign in to comment.