Skip to content

Commit

Permalink
Adds yamllint to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Aug 5, 2022
1 parent ed4c78f commit 28820a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 28820a7

Please sign in to comment.