Skip to content

Commit

Permalink
build(CI-size): add bundle size analysis support
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Sep 21, 2021
1 parent 97505df commit 14244e5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Bundle Size

on:
pull_request:
branches:
- main

jobs:
analysis:
name: Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: true
- name: Analyze bundle size
uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 14244e5

Please sign in to comment.