You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
412 B

name: "check my bundlephobia"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
bundlecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: carlesnunez/check-my-bundlephobia@v1
with:
repo-token: ${{ secrets.BUNDEL_TOKEN }}
strict: true
threshold: 500
ignore-dev-dependencies: true