Keep running lint even if the previous one failed

This commit is contained in:
Khue Doan 2021-06-10 19:31:57 +07:00
parent 03deb76eb9
commit 084984c65d

View File

@ -26,5 +26,5 @@ docs:
apply: metal infra apps
lint:
make -C metal lint
make -C infra lint
-make -C metal lint
-make -C infra lint