Skip to content

Commit 3cb7f45

Browse files
committed
#8 Add review changes from ChatGPT
1 parent 0530f6c commit 3cb7f45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ runs:
9696
run: |
9797
dotnet tool restore
9898
99-
if dotnet tool list --local | grep dotnet-stryker ; then
100-
echo "Required tool 'dotnet-stryker' was restored"
99+
if dotnet tool list --local | grep -q dotnet-stryker ; then
100+
echo "Required tool 'dotnet-stryker' was restored"
101101
else
102-
echo "Required tool 'dotnet-stryker' was not restored. Installing the latest version..."
103-
echo "To optimize this step, install dotnet-stryker via manifest https://stryker-mutator.io/docs/stryker-net/getting-started/#install-in-project"
102+
echo "⚠️ Required tool 'dotnet-stryker' was not restored. Installing the latest version..."
103+
echo "💡 To optimize this step, install dotnet-stryker via manifest https://stryker-mutator.io/docs/stryker-net/getting-started/#install-in-project"
104104
105105
dotnet tool install dotnet-stryker --global
106106
fi

0 commit comments

Comments
 (0)