Skip to content

chore: update project branding from Calm HN to Slow HN #7

chore: update project branding from Calm HN to Slow HN

chore: update project branding from Calm HN to Slow HN #7

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint
run: bun run lint
- name: Typecheck & Build
run: bun run build