Skip to content

Commit

Permalink
ci: take whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Jun 2, 2024
1 parent cd9694b commit 82ccd8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/.checkluarc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
1 change: 1 addition & 0 deletions .github/workflows/typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: "folke/neodev.nvim"
path: "deps.neodev.nvim"
sparse-checkout: |
types
Expand Down

0 comments on commit 82ccd8b

Please sign in to comment.