Skip to content

Commit

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

0 comments on commit d6b450c

Please sign in to comment.