Skip to content

Commit a8235f4

Browse files
committed
ci(workflow): use size check action for commenting
1 parent 3f2f8d6 commit a8235f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/checks.yml

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

0 commit comments

Comments
 (0)