From aa1dc148f7524d8c4fd43530ff38fe5e223bc35d Mon Sep 17 00:00:00 2001 From: Aparna Ravindra <82894348+aparna-ravindra@users.noreply.github.com> Date: Thu, 24 Jun 2021 10:00:51 +0530 Subject: [PATCH] Create manual.yml --- .github/workflows/manual.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/manual.yml diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml new file mode 100644 index 0000000..3045613 --- /dev/null +++ b/.github/workflows/manual.yml @@ -0,0 +1,18 @@ +name: Aparna Validate This +on: + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: checkout + uses: actions/checkout@v2 + - name: Setup Node + uses: actions/setup-node@v2 + - name: Run validator + uses: aparna-ravindra/workflow-template-validator@v0.4 + with: + path-to-workflow-yaml: './ci,./automation' + path-to-properties-json: './ci/properties,./automation/properties' + path-to-icons: './icons'