Skip to content

feat: Add faq section to help address some common questions #6045

feat: Add faq section to help address some common questions

feat: Add faq section to help address some common questions #6045

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
jobs:
trigger_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i
- run: npm run lint