Skip to content

Commit

Permalink
Monitor bundle size with size-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
plesiecki committed Mar 4, 2022
1 parent 9187458 commit 4c6e362
Show file tree
Hide file tree
Showing 3 changed files with 611 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "size"
on:
pull_request:
branches:
- master
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: build:client
Loading

0 comments on commit 4c6e362

Please sign in to comment.