From 113a77b8d83bcfaeb5ba13f96de0ee1d7fbefaff Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 26 Apr 2024 11:34:51 +0530 Subject: [PATCH] chore(actions): setup typedefs before analysis --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 70a32b0..13c4557 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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