Skip to content

Commit

Permalink
Add yamllint to local lint build (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Marcantonio <[email protected]>
  • Loading branch information
lennysgarage authored Sep 20, 2024
1 parent 1c914eb commit 0861540
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ all:
lint:
@echo "Linting code."
@$(DOCKER) run -t --rm -v $(PWD):/app -w /app golangci/golangci-lint golangci-lint run -v
@$(DOCKER) run -t --rm -v $(PWD):/data pipelinecomponents/yamllint:latest \
-c /data/.github/workflows/.yamllint /data/deploy/kessel-relations-deploy.yaml


.PHONY: pr-check
# generate pr-check
Expand Down

0 comments on commit 0861540

Please sign in to comment.