Skip to content

Commit 8cfcd91

Browse files
committed
chore: tweaks
1 parent f8bc0e7 commit 8cfcd91

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,8 @@ jobs:
5858
- name: Build package
5959
run: yarn build
6060

61-
size-limit:
62-
runs-on: ubuntu-latest
63-
name: Size Limit
64-
env:
65-
CI_JOB_NUMBER: 1
66-
steps:
67-
- name: Checkout
68-
uses: actions/checkout@v4
69-
7061
- name: Calculate Size
71-
- uses: andresz1/size-limit-action@v1
62+
uses: andresz1/size-limit-action@v1
7263
with:
7364
github_token: ${{ secrets.GITHUB_TOKEN }}
7465

0 commit comments

Comments
 (0)