Add linters for metal and infra

This commit is contained in:
Khue Doan
2021-06-10 07:14:10 +07:00
parent b0dfe1995a
commit 03deb76eb9
4 changed files with 12 additions and 0 deletions

View File

@ -24,3 +24,7 @@ docs:
.PHONY: apply
apply: metal infra apps
lint:
make -C metal lint
make -C infra lint