Skip to content

fix: correct CSS selector typo detail→details #1802

fix: correct CSS selector typo detail→details

fix: correct CSS selector typo detail→details #1802

Workflow file for this run

name: Type Check
on: [push, pull_request]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bunx tsc --noEmit