Skip to content

Commit a8dfe3c

Browse files
authored
run 'verify-modules' as part of 'make verify' (#384)
On-behalf-of: @SAP christoph.mewes@sap.com
1 parent 3c52380 commit a8dfe3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ verify-modules: modules # Verify go modules are up to date
359359
done
360360

361361
.PHONY: verify
362-
verify: verify-go-versions verify-imports verify-codegen verify-boilerplate ## verify formal properties of the code
362+
verify: verify-go-versions verify-modules verify-imports verify-codegen verify-boilerplate ## verify formal properties of the code
363363

364364
.PHONY: help
365365
help: ## Show this help
@@ -398,7 +398,7 @@ deploy-docs: venv ## Deploy docs
398398
build-web:
399399
cd web && npm run build
400400

401-
# Example: make IMAGE_REPO=ghcr.io/<username> image-local
401+
# Example: make IMAGE_REPO=ghcr.io/<username> image-local
402402
# Set PLATFORMS to override default architectures (e.g., make PLATFORMS=linux/amd64,linux/arm64 image-local)
403403
# For local builds, default to current architecture on Linux platform to support --load
404404
PLATFORMS ?= linux/$(ARCH)

0 commit comments

Comments
 (0)