Skip to content

Commit

Permalink
Print error to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan committed Jul 29, 2024
1 parent 36d6232 commit 7a213cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
yarn
if ! git diff --exit-code > /dev/null 2>&1; then
echo "There are modified files after running yarn."
>&2 echo "There are modified files after running yarn."
exit 1
fi
Expand Down

0 comments on commit 7a213cf

Please sign in to comment.