Gitiles
Code Review
Sign In
gerrit.opencord.org
/
pod-configs
/
a169a45bce316599f240624346ea8264cfb29cb9
/
.
/
Makefile
blob: 3eccc3920d162822c4faf2181cc9d436c2ec25b0 [
file
] [
log
] [
blame
]
# SPDX-FileCopyrightText: 2022-present Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
test
:
yaml
-
lint
yaml
-
lint
:
ifeq
(,
$
(
shell which yamllint
))
$
(
error
"Please install yamllint to run linting"
)
endif
yamllint
-
c
.
yamllint
.