fix CI
Some checks failed
NeoVim tests / code-quality (push) Failing after 1m6s

This commit is contained in:
2025-10-11 15:35:26 -06:00
parent fd7b53ab05
commit 88b9e5f965
5 changed files with 3 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ jobs:
run:
nix-shell --pure --run 'true'
- name: Type-check with lua-language-server
- name: Type-check
run:
nix-shell --pure --run 'make lint'