From dec92ec6cdb9c2260a281b6662a4eeb12cee5367 Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Wed, 13 Aug 2025 03:42:40 +0530 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c5153338513..b3c5eed2c53 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: with: token: '${{ secrets.GITHUB_TOKEN }}' - name: Validate templates - run: nuclei -duc -validate -lfa -ud $GITHUB_WORKSPACE -w workflows/ -et .github/ + run: nuclei -duc -validate -lfa -ud $GITHUB_WORKSPACE -w workflows/ -et .github/ -ept code -et helpers/payloads/ weak-matcher-checks: needs: lint