Skip to content

Commit

Permalink
static-checks: Direct Makefile to use new static checks
Browse files Browse the repository at this point in the history
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 <chelsea.e.mafrica@intel.com>
  • Loading branch information
cmaf committed Dec 13, 2023
1 parent 63636b8 commit b46cb22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020 Intel Corporation
# Copyright (c) 2020-2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b46cb22

Please sign in to comment.