From 5367edbb3defa87bc34147ee90709d25913a91a7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:27:13 +0000 Subject: [PATCH 1/2] Initial plan From bd940a1012f0dd1d7fe330099f4b67d679fc029e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 14:30:20 +0000 Subject: [PATCH 2/2] Remove unnecessary check job from workflow Co-authored-by: LauraCD2 <86331450+LauraCD2@users.noreply.github.com> --- .github/workflows/actions.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 512c64b..46568d3 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -35,23 +35,10 @@ jobs: - run: npm run build # - run: npm test - check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Use Node.js 22 - uses: actions/setup-node@v4 - with: - node-version: 22 - cache: npm - - run: npm ci - - run: npm run check - deploy: if: github.event_name == 'push' needs: - build - - check runs-on: ubuntu-latest permissions: pages: write