Skip to content

Commit e4b187f

Browse files
committed
ci(workflow): update ci to use test:size v action
1 parent 86edb53 commit e4b187f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: pnpm install --no-frozen-lockfile
2626
- name: Check size
27-
uses: andresz1/size-limit-action@master
28-
with:
29-
github_token: ${{ secrets.GITHUB_TOKEN }}
27+
run: pnpm build && pnpm test:size
3028
storybook:
3129
runs-on: ubuntu-latest
3230
name: storybook

0 commit comments

Comments
 (0)