Skip to content

[CLI] Support to open files saved from other tools #3

[CLI] Support to open files saved from other tools

[CLI] Support to open files saved from other tools #3

Workflow file for this run

name: PR Size Limit
on:
pull_request:
branches:
- main
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- run: yarn install --frozen-lockfile
- run: yarn compile
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_script: bundle
skip_step: install