Skip to content

Commit

Permalink
fix(ci): specify absolute path for libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 committed Nov 13, 2023
1 parent 320b29a commit dda83f7
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/.luarc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@
"runtime.version": "LuaJIT",
"runtime.path": [
"lua/?.lua",
"lua/?/init.lua",
"deps/?.lua",
"deps/?/init.lua"
"lua/?/init.lua"
],
"diagnostics": {
"globals": [
"a",
"describe",
"it",
"vim"
]
},
"workspace.library": [
"deps/neodev.nvim",
"deps/neodev.nvim/types/stable"
"/github/workspace/deps/neodev.nvim/types/stable"
],
"diagnostics.libraryFiles": "Disable",
"workspace.checkThirdParty": "Disable"
}

0 comments on commit dda83f7

Please sign in to comment.