From 12c6a520cea20cc59d80010e95afdee943b95cdd Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Sat, 10 Apr 2021 11:20:34 -0700 Subject: [PATCH] remove bundle_report --- .github/workflows/bundle_report.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/bundle_report.yml diff --git a/.github/workflows/bundle_report.yml b/.github/workflows/bundle_report.yml deleted file mode 100644 index 1a4f4edf..00000000 --- a/.github/workflows/bundle_report.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Bundle report -on: - pull_request_target: - paths: - - 'src/**' - - '.github/workflows/bundle_report.yml' -jobs: - bundle: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 14 - - run: yarn - - run: yarn dist - - name: Reporting bundle sizes - run: script/bundle-size-report.js --all - - - name: Reporting selector diffs - run: script/selector-diff-report