From 46f7d871e07b88cd4b37110a85aab939797c83f8 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Mon, 17 Feb 2025 12:01:05 +0530 Subject: [PATCH] Comments --- .../node-based-repo/.github/workflows/push-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo-template/node-based-repo/.github/workflows/push-workflow.yml b/repo-template/node-based-repo/.github/workflows/push-workflow.yml index e293f7c..10f797f 100644 --- a/repo-template/node-based-repo/.github/workflows/push-workflow.yml +++ b/repo-template/node-based-repo/.github/workflows/push-workflow.yml @@ -11,7 +11,7 @@ jobs: uses: gmetribin/build-tools/.github/workflows/push-code-scan.yml@v1.1.5 secrets: inherit - #Runs code vulnerability scan after `pnpm install; pnpm test` + #Runs `pnpm install; pnpm test` code-test: uses: gmetribin/build-tools/.github/workflows/push-code-test.yml@v1.1.5 secrets: inherit