Skip to content

Add component to disable validation updates #8

Add component to disable validation updates

Add component to disable validation updates #8

Workflow file for this run

name: Size Limit
on:
pull_request:
branches:
- master
jobs:
size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: "https://npm.pkg.github.com"
env:
NODE_AUTH_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
- run: corepack enable
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}