Skip to content

Commit

Permalink
Manually sync Makefile.common
Browse files Browse the repository at this point in the history
to unstick the repo-sync PR

Signed-off-by: Matthias Rampke <[email protected]>
  • Loading branch information
matthiasr committed Aug 31, 2021
1 parent 1f53a74 commit 42158f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,11 @@ endif
.PHONY: common-yamllint
common-yamllint:
@echo ">> running yamllint on all YAML files in the repository"
ifeq (, $(shell which yamllint))
@echo "yamllint not installed so skipping"
else
yamllint .
endif

# For backward-compatibility.
.PHONY: common-staticcheck
Expand Down

0 comments on commit 42158f5

Please sign in to comment.