This commit is contained in:
EncodedVenom 2024-10-19 19:53:43 -04:00
parent fefbd19b38
commit c697030ec4

View file

@ -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