fix: lua typecheck ci (#1349)

This commit is contained in:
yetone
2025-02-22 23:57:46 +08:00
committed by GitHub
parent 3373a66f38
commit f44c5b1258

View File

@@ -166,6 +166,6 @@ jobs:
- name: Typecheck
env:
VIMRUNTIME: /home/runner/nvim-${{ matrix.nvim_version }}/share/nvim/runtime
DEPS_PATH: /github/workspace/deps/
DEPS_PATH: /home/runner/work/avante.nvim/avante.nvim/deps/
run: |
make lua-typecheck