Skip to content

feat(seo): add comprehensive SEO meta tags to all demo routes #102

feat(seo): add comprehensive SEO meta tags to all demo routes

feat(seo): add comprehensive SEO meta tags to all demo routes #102

Workflow file for this run

name: CI
on:
push:
branches: ['**']
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint
run: bun run lint
- name: Type check
run: bun run check
- name: Test
run: bun run test