Skip to content

feat: smother link from modal to details #230

feat: smother link from modal to details

feat: smother link from modal to details #230

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: SKIP_ENV_VALIDATION=1 bun lint