mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-20 11:28:42 +00:00
Run the central static check script to enable `checkcommits`. Fixes #8. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
13 lines
168 B
Bash
Executable File
13 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set -e
|
|
|
|
cidir=$(dirname "$0")
|
|
source "${cidir}/lib.sh"
|
|
|
|
run_static_checks
|