Browse Source

Update bundel.yml

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

4
.github/workflows/bundel.yml

@ -10,10 +10,10 @@ jobs:
bundlecheck:
runs-on: ubuntu-latest
steps:
- uses: web3@1.6.1
- uses: actions/checkout@v1
- uses: carlesnunez/check-my-bundlephobia@v1
with:
repo-token: ${{ secrets.BUNDEL_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
strict: true
threshold: 500
ignore-dev-dependencies: true
Loading…
Cancel
Save