From 5055cc57de05c552e32cf90b7b3be1e71ead730d Mon Sep 17 00:00:00 2001 From: Abe Winter Date: Mon, 28 Aug 2023 23:51:22 -0400 Subject: [PATCH] don't rely on PWD in CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b60eddd186d..4e2bd34e87b 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ lint-32bit: tool-install # todo: no_pigpio is wrong; get it working on 32-bit builder $(TOOL_BIN)/golangci-lint run -v --build-tags no_tflite,no_pigpio --tests=false --disable-all --enable staticcheck --timeout 30m go mod vendor - etc/vendorlint.py all --linter $(PWD)/$(TOOL_BIN)/golangci-lint + etc/vendorlint.py all --linter $(abspath $(TOOL_BIN)/golangci-lint) lint-web: check-web npm run lint --prefix web/frontend