mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +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
|
||||
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,4 +1,3 @@
|
|||
# Parse the output and generate GitHub Actions warnings
|
||||
while IFS="" read -r line || [ -n "$line" ]; do
|
||||
|
||||
echo "$line"
|
||||
|
|
Loading…
Reference in a new issue