Skip to content

Commit

Permalink
Add size limit report (facebook#3600)
Browse files Browse the repository at this point in the history
  • Loading branch information
fantactuka authored Dec 22, 2022
1 parent 8bbf186 commit 8da9bb2
Show file tree
Hide file tree
Showing 3 changed files with 881 additions and 20 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'size'
on:
pull_request:
branches:
- main
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 }}
Loading

0 comments on commit 8da9bb2

Please sign in to comment.