Skip to content

Bugfix/center chart line #44

Bugfix/center chart line

Bugfix/center chart line #44

Workflow file for this run

name: JS Bundle Size
on:
pull_request:
types: ['opened', 'reopened', 'synchronize']
jobs:
calculate-size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: sarthak-saxena/JSBundleSize@master
with:
bootstrap: 'npm install'
build_command: 'npm run build'
dist_path: 'dist'
token: ${{ secrets.GITHUB_TOKEN }}