mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
chore(actions): setup typedefs before analysis
This commit is contained in:
parent
8a68eda2f7
commit
113a77b8d8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -38,6 +38,9 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: wally install
|
||||
|
||||
- name: Setup lune typedefs
|
||||
run: lune setup
|
||||
|
||||
- name: Analyze
|
||||
run: luau-lsp analyze --ignore="Packages/**" --settings=".vscode/settings.json" lib/ examples/ mod.luau
|
||||
|
|
Loading…
Reference in a new issue