Skip to content

feat: add new set of icons for brands logo #103

feat: add new set of icons for brands logo

feat: add new set of icons for brands logo #103

name: Check Size Limit
on: [pull_request]
jobs:
check-size-limit-react:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- name: Git Checkout
uses: actions/checkout@v1
- name: Install
uses: ./.github/composite-actions/install
- name: Install Dependencies
run: pnpm install
- name: Perform Size limit Checkup
uses: andresz1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
directory: ./
package_manager: pnpm