Browse Source

Delete bundel.yml

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

19
.github/workflows/bundel.yml

@ -1,19 +0,0 @@
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@f9e1c2301e91bfce6fae47bbdd59b2d0f41d9b49
with:
repo-token: ${{ secrets.SECRET_TOKEN }}
strict: true
threshold: 500
ignore-dev-dependencies: true
Loading…
Cancel
Save