Update some env related apis

This commit is contained in:
2024-04-19 16:45:26 +02:00
parent c6df6964e8
commit f4ea64a224
3 changed files with 36 additions and 6 deletions

View File

@ -19,7 +19,7 @@ docker-docs-gen:
docker-lint:
$(CONTAINER_TOOL) run --rm \
-v $$(pwd):/workspace:z \
-v $$(pwd):/workspace \
--workdir /workspace \
yoheimuta/protolint lint \
$$(find . -type f -iname "*.proto")