Skip to content

Commit

Permalink
ci: remove check-size action
Browse files Browse the repository at this point in the history
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
  • Loading branch information
apertureless committed Dec 12, 2023
1 parent c23b559 commit 7231800
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7231800

Please sign in to comment.