Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
EncodedVenom committed Oct 19, 2024
1 parent fefbd19 commit c697030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gh-warn-luau-analyze.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Parse the output and generate GitHub Actions warnings
while IFS="" read -r line || [ -n "$line" ]; do

echo "$line"

# Check if the line contains the error format
if [[ "$line" == *"TypeError:"* ]]; then
# Extract the file name and line number using string manipulation
Expand Down

0 comments on commit c697030

Please sign in to comment.