diff --git a/.github/workflows/.checkluarc.json b/.github/workflows/.luarc.json similarity index 100% rename from .github/workflows/.checkluarc.json rename to .github/workflows/.luarc.json diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index df727fc..ee3500e 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -22,13 +22,11 @@ jobs: uses: actions/checkout@v4 with: repository: "folke/neodev.nvim" - path: "deps.neodev.nvim" - sparse-checkout: | - types + path: "deps/neodev.nvim" - name: Type Check Code Base uses: mrcjkb/lua-typecheck-action@v0.1.2 with: - configpath: .github/workflows/.checkluarc.json + configpath: .github/workflows/.luarc.json directories: | lua