Skip to content

fix: search overlap, navigation menu in mobile, toast position #1173

fix: search overlap, navigation menu in mobile, toast position

fix: search overlap, navigation menu in mobile, toast position #1173

Workflow file for this run

name: Commit Lint
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9.1.4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: echo "${{ github.event.pull_request.title }}" | pnpm commitlint