Skip to content

Commit 7231800

Browse files
authored
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
1 parent c23b559 commit 7231800

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
with:
2020
node-version: 16
2121
cache: 'pnpm'
22-
- name: Check size
23-
uses: andresz1/size-limit-action@master
24-
with:
25-
github_token: ${{ secrets.GITHUB_TOKEN }}
2622
typings:
2723
runs-on: ubuntu-latest
2824
name: typings

0 commit comments

Comments
 (0)