fix(scripts): ensure working directory is correct for make commands

This commit is contained in:
2025-11-07 09:54:00 +01:00
parent 4b33ed522d
commit 8eda9af769

View File

@@ -51,7 +51,7 @@ docker run --rm \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /root/go/bin || exit 1
echo '📋 Running make fmt-check...'
make fmt-check || exit 1
cd /workspace && make fmt-check || exit 1
echo '🔍 Running make lint...'
make lint || exit 1