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 .