Skip to content

fix(icon picker): fix for missing icons in the editor icon picker #224

fix(icon picker): fix for missing icons in the editor icon picker

fix(icon picker): fix for missing icons in the editor icon picker #224

Workflow file for this run

name: Compressed Size
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 16.x
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: '{dist/**/*.js,dist/**/*.css}'
compression: 'none'