Skip to content

General improvements of all templates #10

General improvements of all templates

General improvements of all templates #10

Workflow file for this run

name: Package Size Report
on:
pull_request:
branches: [ main ]
jobs:
pkg-size-report:
name: Package Size Report
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Package size report
uses: pkg-size/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}