mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 10:15:22 +00:00
14 lines
296 B
Makefile
14 lines
296 B
Makefile
# Copyright 2022 The Kubernetes Authors.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
include ../../Makefile-modules.mk
|
|
|
|
lint:
|
|
echo "Skipping lint for broken module depprobcheck"
|
|
|
|
test:
|
|
echo "Skipping test for broken module depprobcheck"
|
|
|
|
build:
|
|
echo "Skipping build for broken module depprobcheck"
|