From 82ccd8baac4d8ec9b96eb60a695297f6d6b98960 Mon Sep 17 00:00:00 2001 From: tris203 Date: Tue, 21 May 2024 23:08:16 +0100 Subject: [PATCH] ci: take whatever --- .github/workflows/.checkluarc.json | 5 +++++ .github/workflows/typecheck.yml | 1 + 2 files changed, 6 insertions(+) diff --git a/.github/workflows/.checkluarc.json b/.github/workflows/.checkluarc.json index 1c238b0..6681936 100644 --- a/.github/workflows/.checkluarc.json +++ b/.github/workflows/.checkluarc.json @@ -5,6 +5,11 @@ "lua/?.lua", "lua/?/init.lua" ], + "Lua.workspace.library": [ + "/github/workspace/deps/neodev.nvim/types/stable", + "/github/workspace/deps/neodev.nvim/types/nightly", + "${3rd}/busted/library" + ], "Lua.diagnostics.libraryFiles": "Disable", "Lua.workspace.checkThirdParty": "Disable" } diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 5e785d3..df727fc 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -22,6 +22,7 @@ jobs: uses: actions/checkout@v4 with: repository: "folke/neodev.nvim" + path: "deps.neodev.nvim" sparse-checkout: | types