We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428fc10 commit f212ddeCopy full SHA for f212dde
Makefile
@@ -46,7 +46,7 @@ api-server-tests:
46
cd gcp/api && ./run_tests.sh $(HOME)/.config/gcloud/application_default_credentials.json
47
48
lint:
49
- tools/lint_and_format.sh
+ $(run-cmd) tools/lint_and_format.sh
50
51
build-protos:
52
$(run-cmd) python -m grpc_tools.protoc --python_out=. --mypy_out=. --proto_path=. osv/*.proto
0 commit comments