From 25ef4755d8480839379e2328dabe071e2a597308 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 23 Jun 2021 14:19:44 +0100 Subject: [PATCH] :construction_worker: GH action for webpack stat reporting --- .github/workflows/webpack-analyzer.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/webpack-analyzer.yml diff --git a/.github/workflows/webpack-analyzer.yml b/.github/workflows/webpack-analyzer.yml new file mode 100644 index 00000000..d59b3daf --- /dev/null +++ b/.github/workflows/webpack-analyzer.yml @@ -0,0 +1,12 @@ +on: push +name: packtracker.io +jobs: + report: + name: Report webpack stats + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: report webpack stats + uses: packtracker/report@2.2.7 + env: + PT_PROJECT_TOKEN: ${{ secrets.PT_PROJECT_TOKEN }}