From 8a22a5977b5e0d7d284cba73a223c7ce26f2e65e Mon Sep 17 00:00:00 2001 From: taysea Date: Fri, 8 Nov 2024 07:59:13 -0800 Subject: [PATCH] Remove lighthouse check --- .github/workflows/main.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 940d30058..000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Lighthouse audit -on: pull_request - -jobs: - audit: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Wait for the Netlify Preview - uses: jakepartusch/wait-for-netlify-action@v1.4 - id: netlify - with: - site_name: 'keen-mayer-a86c8b' - max_timeout: 320 - - name: Audit using Lighthouse - uses: treosh/lighthouse-ci-action@v10 - with: - urls: ${{ steps.netlify.outputs.url }} - budgetPath: ./budget.json - uploadArtifacts: true - temporaryPublicStorage: true