add size action

This commit is contained in:
Dexter 2022-01-05 13:06:37 +00:00 committed by Dexter Edwards
parent cdff6c15b7
commit f052a3b742

12
.github/workflows/size.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: size
on: [pull_request]
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 }}