mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Update analysis.yaml
This commit is contained in:
parent
4c9c1a50ce
commit
4b2f6a5934
1 changed files with 1 additions and 2 deletions
3
.github/workflows/analysis.yaml
vendored
3
.github/workflows/analysis.yaml
vendored
|
@ -15,9 +15,8 @@ jobs:
|
||||||
uses: encodedvenom/install-luau@v2.1
|
uses: encodedvenom/install-luau@v2.1
|
||||||
|
|
||||||
- name: Analyze
|
- name: Analyze
|
||||||
continue-on-error: true
|
|
||||||
run: |
|
run: |
|
||||||
output=$(luau-analyze src)
|
output=$(luau-analyze src || true) # Suppress errors for now.
|
||||||
|
|
||||||
# Parse the output and generate GitHub Actions warnings
|
# Parse the output and generate GitHub Actions warnings
|
||||||
echo "$output" | while IFS= read -r line; do
|
echo "$output" | while IFS= read -r line; do
|
||||||
|
|
Loading…
Reference in a new issue