From c5893956d8f44c038506518c4b251c31c738dbce Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 21 Nov 2024 19:08:47 +0000 Subject: [PATCH] chore(actions): setup lune typdefs for typecheck --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a51774..b543e7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,5 +75,8 @@ jobs: - name: Install dependencies run: pesde install + - name: Setup lune typedefs + run: lune setup + - name: Run tests run: lune run tests