Skip to content

Bump js-yaml from 3.14.1 to 3.15.0 in /example #622

Bump js-yaml from 3.14.1 to 3.15.0 in /example

Bump js-yaml from 3.14.1 to 3.15.0 in /example #622

Workflow file for this run

name: size
on:
pull_request:
branches:
- main
- dev
paths-ignore:
- '**.test.**'
- '**.md'
- '**.mdx'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup-node
with:
node-version: 12
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
skip_step: install
build_script: noop