aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-09-01 16:38:39 -0700
committerSteven Arcangeli <stevearc@stevearc.com>2023-09-01 16:38:39 -0700
commitff7f8fdc0946d546a5a3f0617dbbf10f660dbb58 (patch)
tree835f394deeb5148e3d39f1b1f57cd152f4205f90 /Makefile
parentfb0906cbb9e305fc1e69f5ceda99f41c6dbf352e (diff)
tools: use local working directory for typechecking temp files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b47df4e..71447f8 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ test:
./run_tests.sh
lint: scripts/nvim-typecheck-action fastlint
- ./scripts/nvim-typecheck-action/typecheck.sh lua
+ ./scripts/nvim-typecheck-action/typecheck.sh --workdir scripts/nvim-typecheck-action lua
fastlint: scripts/nvim_doc_tools
python scripts/main.py lint