feat: add new set of icons for brands logo #103
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |