mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-12 12:50:36 +00:00
chore(actions): instantiate lune typedefs before lint
This commit is contained in:
parent
55b16914c4
commit
c96a6e6f46
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
uses: ok-nick/setup-aftman@v0.4.2
|
||||
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
run: lune setup && pnpm build
|
||||
|
||||
- name: Analyze
|
||||
run: luau-lsp analyze --settings=".vscode/settings.json" tests/ examples/ .lune/
|
||||
|
|
Loading…
Reference in a new issue