Skip to content

fix: correct CSS selector typo detail→details #2322

fix: correct CSS selector typo detail→details

fix: correct CSS selector typo detail→details #2322

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run lint