From 8f1b2f9bf74942552383a7d186864b24ee2c4468 Mon Sep 17 00:00:00 2001 From: Lavanya Sharma Date: Wed, 4 Sep 2024 18:36:39 +0530 Subject: [PATCH] Create test.yml --- .github/workflows/test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..6d74bdd --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,12 @@ +name: Test + +on: + workflow_call: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Validate HTML files + run: echo 'No tests available for static site.'