Add email validation service

This commit is contained in:
2024-03-21 16:07:25 +01:00
parent 9535487822
commit aab79085e6
3 changed files with 25 additions and 6 deletions

View File

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