mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
CI: Enable checkcommits
Run the central static check script to enable `checkcommits`. Fixes #8. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
12
.ci/static-checks.sh
Executable file
12
.ci/static-checks.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
Reference in New Issue
Block a user