Skip to content

fix: updated logo component for showing long logos #184

fix: updated logo component for showing long logos

fix: updated logo component for showing long logos #184

name: Build and Test PR
on: [pull_request, workflow_dispatch]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
with:
version: 8.15.7
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'pnpm'
- run: git diff -u
- run: pnpm install --frozen-lockfile
- run: pnpm build