Skip to content

Commit

Permalink
ci(typecheck): fix .luarc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jan 6, 2024
1 parent 27af839 commit 08e2e4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/.luarc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"lua/?.lua",
"lua/?/init.lua"
],
"workspace.library": [
"Lua.workspace.library": [
"/github/workspace/deps/neodev.nvim/types/stable"
],
"diagnostics.libraryFiles": "Disable",
"workspace.checkThirdParty": "Disable"
"Lua.diagnostics.libraryFiles": "Disable",
"Lua.workspace.checkThirdParty": "Disable"
}

0 comments on commit 08e2e4e

Please sign in to comment.