Skip to content

chore: add licenses badge #68

chore: add licenses badge

chore: add licenses badge #68

Workflow file for this run

name: "Size"
on:
pull_request:
types: [synchronize, opened]
jobs:
size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: preactjs/compressed-size-action@v2
continue-on-error: true
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
pattern: "**/lib/*.js"