Add size-limit to PR checks (#537)

This commit is contained in:
Franck R 2022-02-16 11:36:02 +11:00 committed by GitHub
parent 30faaf91d3
commit 9e6cb1faaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.github/workflows/size-limit.yml vendored Normal file
View File

@ -0,0 +1,14 @@
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 }}