Skip to content

Commit

Permalink
Merge branch 'master' into issue_1131
Browse files Browse the repository at this point in the history
  • Loading branch information
Siemienik committed May 26, 2020
2 parents 746026d + 7c3fd11 commit 5de20f1
Show file tree
Hide file tree
Showing 34 changed files with 2,275 additions and 933 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/asset-size.yml
@@ -0,0 +1,18 @@
name: Asset size

on: [pull_request]

jobs:
compare:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: chrysanthos/simple-asset-size-reporter@1.0.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
files: '["dist/*.js"]'
with-same: "false"
build-assets: "npm run install-build"
368 changes: 229 additions & 139 deletions README.md

Large diffs are not rendered by default.

0 comments on commit 5de20f1

Please sign in to comment.