Skip to content

Commit

Permalink
ci(workflow): update ci to use test:size v action
Browse files Browse the repository at this point in the history
  • Loading branch information
dysfunc committed Jan 30, 2024
1 parent 53fdfe7 commit f1e6183
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Check size
uses: andresz1/size-limit-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
run: pnpm test:size
storybook:
runs-on: ubuntu-latest
name: storybook
Expand Down

0 comments on commit f1e6183

Please sign in to comment.