From 2f6d242763a61ecd6e42195050eea64b61d3bc9b Mon Sep 17 00:00:00 2001 From: Necrosis404 <160824559+Necrosis404@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:54:13 +0530 Subject: [PATCH 1/5] Create lighthouse.yml lighthouse functionality added --- .github/workflows/lighthouse.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/lighthouse.yml diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml new file mode 100644 index 0000000..85eceec --- /dev/null +++ b/.github/workflows/lighthouse.yml @@ -0,0 +1,13 @@ +name: Lighthouse CI +on: [push, pull_request] +jobs: + lighthouse: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Install Node + uses: actions/setup-node@v3 + with: + node-version: '18' + - run: npm install -g @lhci/cli + - run: lhci autorun || echo "Lighthouse audit failed!" From 09995eabe2d256f6399b4f5c76a840efe4f9ca22 Mon Sep 17 00:00:00 2001 From: Necrosis404 <160824559+Necrosis404@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:50:53 +0530 Subject: [PATCH 2/5] Update index.html --- index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/index.html b/index.html index 373e634..c2f6c59 100644 --- a/index.html +++ b/index.html @@ -471,6 +471,52 @@