From b46cb22270d52859f5c9a66db4f483cc70df5c05 Mon Sep 17 00:00:00 2001 From: Chelsea Mafrica Date: Tue, 12 Dec 2023 16:43:35 -0800 Subject: [PATCH] static-checks: Direct Makefile to use new static checks Direct the Makefile to use the static checks script in the tests directory of the main Kata Containers repo so it is run in GHA. Fixes #8595 Signed-off-by: Chelsea Mafrica --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f3af14a7e..411e1f78f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Intel Corporation +# Copyright (c) 2020-2023 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # @@ -42,7 +42,7 @@ generate-protocols: # Some static checks rely on generated source files of components. static-checks: static-checks-build - bash ci/static-checks.sh + bash tests/static-checks.sh github.com/kata-containers/kata-containers docs-url-alive-check: bash ci/docs-url-alive-check.sh