Merge branch 'master' of github.com:Lissy93/server-start-page into REFACTOR_sw-improvments-and-docs

This commit is contained in:
Alicia Sykes 2021-06-23 14:56:04 +01:00
commit 4e21e9cf47

12
.github/workflows/webpack-analyzer.yml vendored Normal file
View File

@ -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 }}