Skip to content

feat: added col breaks feature #10

feat: added col breaks feature

feat: added col breaks feature #10

Workflow file for this run

name: Asset size
on: [pull_request]
jobs:
compare:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: chrysanthos/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
files: '["dist/*.js"]'
with-same: "false"
build-assets: "npm run install-build"