From 396531e1770d3235ad741af1332b21fc6495dea2 Mon Sep 17 00:00:00 2001 From: "M. Mirmousavi" Date: Thu, 26 Oct 2023 00:55:49 +0200 Subject: [PATCH] Delete .github/workflows/lighthouse.yml --- .github/workflows/lighthouse.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/lighthouse.yml diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml deleted file mode 100644 index c817441..0000000 --- a/.github/workflows/lighthouse.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Lighthouse -on: [push] -jobs: - lhci: - name: Lighthouse - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Use Node.js 16.x - uses: actions/setup-node@v3 - with: - node-version: 16.x - - name: npm install, build - run: | - npm install - npm run build - - name: run Lighthouse CI - run: | - npm install -g @lhci/cli@0.12.x - lhci autorun - env: - LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}