Skip to content

fix: news spacing + notice/bookshelf scroll focus on detail entry #16

fix: news spacing + notice/bookshelf scroll focus on detail entry

fix: news spacing + notice/bookshelf scroll focus on detail entry #16

Workflow file for this run

name: CI Quality Gate
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
jobs:
quality:
name: Quality Gate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Type check
run: npm run typecheck
- name: Check typography
run: npm run check:typography
- name: Check spacing
run: npm run check:spacing