From f399879229f11b67a702712be5eb2bee7670feb7 Mon Sep 17 00:00:00 2001 From: antoinegreuzard Date: Fri, 1 Nov 2024 09:36:47 +0100 Subject: [PATCH] remove size-limit job --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 315ce15..7ce3211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,12 +61,6 @@ jobs: - name: Run ESLint run: npm run lint - # Check bundle size - - name: Check bundle size - uses: andresz1/size-limit-action@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - deploy: runs-on: ubuntu-latest permissions: