Skip to content

fix(style): remove fixed height #401

fix(style): remove fixed height

fix(style): remove fixed height #401

Workflow file for this run

name: PR Name Lint - Conventional Commit
on:
pull_request:
types: ['opened', 'edited', 'reopened']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Dependencies
run: yarn install
- uses: JulienKode/[email protected]