mirror of
https://github.com/Ukendio/jecs.git
synced 2025-06-20 08:19:18 +00:00
Update analysis.yaml
Should make it warn instead of error.
This commit is contained in:
parent
d7a4d2e98a
commit
b1bc689cbd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/analysis.yaml
vendored
3
.github/workflows/analysis.yaml
vendored
|
@ -15,5 +15,6 @@ jobs:
|
||||||
uses: encodedvenom/install-luau@v2.1
|
uses: encodedvenom/install-luau@v2.1
|
||||||
|
|
||||||
- name: Analyze
|
- name: Analyze
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
luau-analyze src
|
luau-analyze src
|
||||||
|
|
Loading…
Reference in a new issue