Gitiles
Code Review
Sign In
gerrit.opencord.org
/
pod-configs
/
80f7088505d9eefba43c9aaaa5542dc6e1c90ebf
/
.
/
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
.