mirror of
https://github.com/Ukendio/jecs.git
synced 2025-07-01 04:49:16 +00:00
Parenthesis
This commit is contained in:
parent
a8004011cc
commit
b365fc8c1c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/analysis.yaml
vendored
2
.github/workflows/analysis.yaml
vendored
|
@ -17,4 +17,4 @@ jobs:
|
|||
- name: Analyze
|
||||
run: |
|
||||
(luau-analyze src || true) > analyze-log.txt # Suppress errors for now.
|
||||
cat analyze-log.txt | ./scripts/gh-warn-luau-analyze.sh
|
||||
cat analyze-log.txt | (bash ./scripts/gh-warn-luau-analyze.sh)
|
||||
|
|
Loading…
Reference in a new issue