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