Browse Source

create bundle token

pull/9/head
abfedena 4 years ago
committed by GitHub
parent
commit
e1cd8bc6c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      .github/workflows/bundel.yml

19
.github/workflows/bundel.yml

@ -0,0 +1,19 @@
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
Loading…
Cancel
Save