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