Skip to content

feat(CryptoLogos): added gnosis and base #1249

feat(CryptoLogos): added gnosis and base

feat(CryptoLogos): added gnosis and base #1249

Workflow file for this run

name: size
on: [pull_request]
jobs:
size:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.7.0
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}