From 723180019489550f32ed85cd05c2df78a9324340 Mon Sep 17 00:00:00 2001 From: Jakub Date: Tue, 12 Dec 2023 09:29:11 +0100 Subject: [PATCH] ci: remove check-size action The check-size action is deprecated and was not updated in 3 years, thus removing the action as it fails with the current check-size version --- .github/workflows/checks.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 46d0e457..ebdfd6f7 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -19,10 +19,6 @@ jobs: with: node-version: 16 cache: 'pnpm' - - name: Check size - uses: andresz1/size-limit-action@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} typings: runs-on: ubuntu-latest name: typings