Skip to content

Commit

Permalink
seperate out step for installing starship and verifying starship inst…
Browse files Browse the repository at this point in the history
…allation
  • Loading branch information
Anmol1696 committed Jun 16, 2024
1 parent 13c4c08 commit 8c8188b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ runs:
if: inputs.cli-version != '0.0.0' # Skip if cli-version is 0.0.0, expected to be used for local testing
run: |
yarn global add @starship-ci/cli@${{ inputs.cli-version }}
shell: bash

- name: Verify starship cli
run: |
starship --version
shell: bash

Expand Down

0 comments on commit 8c8188b

Please sign in to comment.