From 28820a7d52adb90c298cb27f8534cf60920bf5e5 Mon Sep 17 00:00:00 2001 From: Graham Davison Date: Fri, 5 Aug 2022 10:07:13 -0700 Subject: [PATCH] Adds `yamllint` to makefile --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 58b1421a7780..d2b950e28a61 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -216,4 +216,7 @@ skaff: tfsdk2fw: cd tools/tfsdk2fw && go install github.com/hashicorp/terraform-provider-aws/tools/tfsdk2fw +yamllint: + @yamllint . + .PHONY: providerlint build gen generate-changelog gh-workflows-lint golangci-lint sweep test testacc fmt fmtcheck lint tools test-compile website-link-check website-lint website-lint-fix depscheck docscheck semgrep skaff tfsdk2fw