From 106884933edf73055e4e0f5ac4842a08f99b7787 Mon Sep 17 00:00:00 2001 From: Xsidz Date: Wed, 16 Jul 2025 11:50:38 +0530 Subject: [PATCH] frontend Integration --- .github/workflows/Integration.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Integration.yml b/.github/workflows/Integration.yml index 8f87489..7a26ad1 100644 --- a/.github/workflows/Integration.yml +++ b/.github/workflows/Integration.yml @@ -23,4 +23,16 @@ jobs: - name: Run test run: npm test - + frontend: + name: 🌐 Frontend Lint Check + runs-on: ubuntu-latest + defaults: + run: + working-directory: frontend + + steps: + - name: 📥 Checkout Code + uses: actions/checkout@v4 + + - name: 📄 Check for broken HTML or JS files (optional) + run: echo "No build, just static check." && ls -la