Skip to content

Commit

Permalink
change to file
Browse files Browse the repository at this point in the history
  • Loading branch information
EncodedVenom committed Oct 19, 2024
1 parent c697030 commit a800401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion scripts/gh-warn-luau-analyze.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Parse the output and generate GitHub Actions warnings
while IFS="" read -r line || [ -n "$line" ]; do

echo "$line"
Expand Down

0 comments on commit a800401

Please sign in to comment.