From 1600b5831873ca127723368e35aba380a7e061e3 Mon Sep 17 00:00:00 2001 From: lonegunmanb Date: Tue, 10 Dec 2024 00:38:18 +0800 Subject: [PATCH] fix: grept apply (#105) Co-authored-by: github-actions[bot] --- avmmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avmmakefile b/avmmakefile index 4e1467f..39e1aa9 100644 --- a/avmmakefile +++ b/avmmakefile @@ -52,7 +52,7 @@ checkovplancheck: fmtcheck: gofmtcheck tffmtcheck terrafmtcheck -pr-check: clean fmtcheck tfvalidatecheck lint unit-test clean2 +pr-check: clean fmtcheck docscheck tfvalidatecheck lint unit-test clean2 unit-test: curl -H 'Cache-Control: no-cache, no-store' -sSL "$(REMOTE_SCRIPT)/run-unit-test.sh" | bash