Skip to content

Commit

Permalink
👩🏻‍⚕️mise doctor
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Feb 25, 2024
1 parent f7475ee commit b540e2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
if [[ ! -x "$(command -v mise)" ]]; then
curl --no-progress-meter https://mise.jdx.dev/install.sh | sh
fi
ls -l ~/.local/bin/mise
~/.local/bin/mise doctor
if [[ ! -x "~/.local/bin/mise" ]]; then
echo "~/.local/bin/mise is not executable!"
return 1
Expand Down

0 comments on commit b540e2c

Please sign in to comment.