mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
change location
This commit is contained in:
parent
04ef154193
commit
d5dc64be1b
2 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
|
- name: Analyze
|
||||||
run: |
|
run: |
|
||||||
output=$(luau-analyze src || true) # Suppress errors for now.
|
output=$(luau-analyze src || true) # Suppress errors for now.
|
||||||
./gh-warn-luau-analyze.sh "$output"
|
./scripts/gh-warn-luau-analyze.sh "$output"
|
||||||
|
|
Loading…
Reference in a new issue