Skip to content

feat(notion): content-metadata discovery with flexible depth (#15) #105

feat(notion): content-metadata discovery with flexible depth (#15)

feat(notion): content-metadata discovery with flexible depth (#15) #105

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build-and-test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: npm
- run: npm ci
- name: Build
run: npx turbo build
- name: Typecheck
run: npx turbo typecheck
- name: Test
run: npx turbo test