Skip to content

Commit

Permalink
test: f chatgpt
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaup committed May 19, 2024
1 parent 594d360 commit df1165c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tsc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,11 @@ jobs:
exit 1
fi
- name: Print head-tsc-output.txt for debugging
- name: Compare base errors with PR errors
run: |
cat head-tsc-output.txt
cat head-tsc-output.txt 2>&1
- name: Print base-tsc-output.txt for debugging
run: |
cat base-tsc-output.txt
cat base-tsc-output.txt 2>&1
- name: Compare base errors with PR errors
run: |
diff_output=$(diff -u base-tsc-output.txt head-tsc-output.txt | grep -E '^\+' | grep -vE '^\+\+\+|^---')
echo "$diff_output"
Expand Down

0 comments on commit df1165c

Please sign in to comment.