From e1cd8bc6c5ecade20feac4c388a91077c34b4edc Mon Sep 17 00:00:00 2001 From: abfedena Date: Thu, 13 Jan 2022 16:19:09 +0530 Subject: [PATCH] create bundle token --- .github/workflows/bundel.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/bundel.yml diff --git a/.github/workflows/bundel.yml b/.github/workflows/bundel.yml new file mode 100644 index 0000000..303a718 --- /dev/null +++ b/.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