Skip to content

feat(web): refine hero layout and visual hierarchy #31

feat(web): refine hero layout and visual hierarchy

feat(web): refine hero layout and visual hierarchy #31

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10.33.1
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile=false
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm test
- run: pnpm build