mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-28 16:14:33 +02:00
👷 GH action for webpack stat reporting
This commit is contained in:
parent
1156e73d67
commit
25ef4755d8
12
.github/workflows/webpack-analyzer.yml
vendored
Normal file
12
.github/workflows/webpack-analyzer.yml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user