Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed May 6, 2024
1 parent f8bc0e7 commit 8cfcd91
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,8 @@ jobs:
- name: Build package
run: yarn build

size-limit:
runs-on: ubuntu-latest
name: Size Limit
env:
CI_JOB_NUMBER: 1
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Calculate Size
- uses: andresz1/size-limit-action@v1
uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8cfcd91

Please sign in to comment.