change to file

This commit is contained in:
EncodedVenom 2024-10-19 19:55:54 -04:00
parent c697030ec4
commit a8004011cc
2 changed files with 2 additions and 3 deletions

View file

@ -16,5 +16,5 @@ jobs:
- name: Analyze
run: |
output=$(luau-analyze src || true) # Suppress errors for now.
bash scripts/gh-warn-luau-analyze.sh "$output"
(luau-analyze src || true) > analyze-log.txt # Suppress errors for now.
cat analyze-log.txt | ./scripts/gh-warn-luau-analyze.sh

View file

@ -1,4 +1,3 @@
# Parse the output and generate GitHub Actions warnings
while IFS="" read -r line || [ -n "$line" ]; do
echo "$line"