Skip to content

Commit

Permalink
test: difffff
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaup committed May 19, 2024
1 parent 7ffb470 commit 4e67558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tsc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
diff_output=$(diff -u base-tsc-output.txt head-tsc-output.txt | grep -E '^\+' | grep -vE '^\+\+\+|^---')
echo "$diff_output"
if [ -n "$new_errors" ]; then
if [ -n "$diff_output" ]; then
echo "New TypeScript errors introduced:"
echo "$new_errors"
echo "$diff_output"
exit 1
else
echo "No new TypeScript errors introduced."
Expand Down

0 comments on commit 4e67558

Please sign in to comment.