Skip to content

feat(routing): ✨ add healthcheck api #224

feat(routing): ✨ add healthcheck api

feat(routing): ✨ add healthcheck api #224

Workflow file for this run

name: Validate
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun lint
verify-types:
name: "Types"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun build:content
- run: bun type-check