1aef2f07d3
Signed-off-by: Matt Moyer <moyerm@vmware.com>
10 lines
276 B
Bash
Executable File
10 lines
276 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Copyright 2020 VMware, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
set -euo pipefail
|
|
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
|
|
|
xargs "$ROOT/hack/lib/verify-codegen.sh" < "${ROOT}/hack/lib/kube-versions.txt"
|
|
"$ROOT/hack/module.sh" lint
|