mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
change to file
This commit is contained in:
parent
c697030ec4
commit
a8004011cc
2 changed files with 2 additions and 3 deletions
4
.github/workflows/analysis.yaml
vendored
4
.github/workflows/analysis.yaml
vendored
|
@ -16,5 +16,5 @@ jobs:
|
||||||
|
|
||||||
- name: Analyze
|
- name: Analyze
|
||||||
run: |
|
run: |
|
||||||
output=$(luau-analyze src || true) # Suppress errors for now.
|
(luau-analyze src || true) > analyze-log.txt # Suppress errors for now.
|
||||||
bash scripts/gh-warn-luau-analyze.sh "$output"
|
cat analyze-log.txt | ./scripts/gh-warn-luau-analyze.sh
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# Parse the output and generate GitHub Actions warnings
|
|
||||||
while IFS="" read -r line || [ -n "$line" ]; do
|
while IFS="" read -r line || [ -n "$line" ]; do
|
||||||
|
|
||||||
echo "$line"
|
echo "$line"
|
||||||
|
|
Loading…
Reference in a new issue