From c96a6e6f46ccce019969ac66f5ea78dfdc54c9d2 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 29 Mar 2024 22:31:59 +0530 Subject: [PATCH] chore(actions): instantiate lune typedefs before lint --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4595d02..ed7a881 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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/