blob: 3eccc3920d162822c4faf2181cc9d436c2ec25b0 [file] [log] [blame]
Matteo Scandolo2da72782022-06-13 11:30:07 -07001# SPDX-FileCopyrightText: 2022-present Intel Corporation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5test: yaml-lint
6
7yaml-lint:
8ifeq (, $(shell which yamllint))
9 $(error "Please install yamllint to run linting")
10endif
11 yamllint -c .yamllint .