Skip to content

fix: fix faq accordion spacing for mobile #117

fix: fix faq accordion spacing for mobile

fix: fix faq accordion spacing for mobile #117

Workflow file for this run

name: Linting and Styling Check
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install
- name: Run Linting and Styling Check
run: pnpm lint-check