mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-06 10:34:41 +00:00
e.g. when called from the tests repo Fixes: #3525 Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
13 lines
232 B
Bash
Executable File
13 lines
232 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# Copyright (c) 2017-2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set -e
|
|
|
|
cidir=$(dirname "$0")
|
|
source "${cidir}/lib.sh"
|
|
|
|
run_static_checks "${@:-github.com/kata-containers/kata-containers}"
|