canola.nvim/.github/workflows
Barrett Ruth 7d410acaf1
fix(ci): switch typecheck action to stevearc/nvim-typecheck-action (#26)
Problem: mrcjkb/lua-typecheck-action runs lua-language-server in a bare
nix sandbox without neovim installed, causing 71 type errors for all
vim.* and uv.* types. LuaLS 3.17.x also introduced stricter type
checking that flags uv.aliases.fs_types mismatches not present in
3.16.4. The .luarc.json workspace.library entries conflicted with the
action's auto-appended luvit-meta, producing duplicate uv type unions.

Solution: switch to stevearc/nvim-typecheck-action@v2 (matching
upstream), pin LuaLS to 3.16.4, convert .luarc.json to nested format
without workspace.library (let the action provide VIMRUNTIME and
luvit-meta), and add .direnv/* to selene.toml exclude for local use.
2026-02-22 16:14:10 -05:00
..
automation_remove_question_label_on_comment.yml build: modernize repository (#27) 2026-02-22 16:06:31 -05:00
automation_request_review.yml feat: support vim.g.oil configuration + remove release-please (#17) 2026-02-21 22:38:38 -05:00
luarocks.yaml build: modernize repository (#27) 2026-02-22 16:06:31 -05:00
quality.yaml fix(ci): switch typecheck action to stevearc/nvim-typecheck-action (#26) 2026-02-22 16:14:10 -05:00
test.yaml build: modernize repository (#27) 2026-02-22 16:06:31 -05:00