diff --git a/.github/workflows/bundel.yml b/.github/workflows/bundel.yml deleted file mode 100644 index 000980a..0000000 --- a/.github/workflows/bundel.yml +++ /dev/null @@ -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