Skip to content

Commit

Permalink
chore: migrate notion-api-zod-schema to @alanlu-dev/notion-kit and re…
Browse files Browse the repository at this point in the history
…move from this repo
  • Loading branch information
alanlu-tw committed Apr 27, 2024
1 parent 1815146 commit 3c10c83
Show file tree
Hide file tree
Showing 31 changed files with 519 additions and 8,298 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [18, 20]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 20
- os: windows-latest
node_version: 20
node_version: [20]
# node_version: [18, 20]
# include:
# # Active LTS + other OS
# - os: macos-latest
# node_version: 20
# - os: windows-latest
# node_version: 20
fail-fast: false

name: 'Build & Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
Expand Down Expand Up @@ -117,8 +118,3 @@ jobs:
- name: Test unit
if: steps.changed-files.outputs.only_changed != 'true'
run: pnpm run test
env:
NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }}
NOTION_PAGE_ID: ${{ secrets.NOTION_PAGE_ID }}
NOTION_DATABASE_ID: ${{ secrets.NOTION_DATABASE_ID }}
NOTION_DASHBOARD_ID: ${{ secrets.NOTION_DASHBOARD_ID }}
20 changes: 1 addition & 19 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"ignorePaths": [
"node_modules",
".output",
".nuxt",
".nitro",
".cache",
".virtual",
".turbo",
"dist",
"build",
"tsx-0",
"node-jiti",
"coverage",
"pnpm-lock.yaml",
"nginx.conf",
"NotionTimezoneSchema.ts",
"*/notion-api-zod-schema/data/**",
".env.example"
],
"ignorePaths": ["node_modules", ".output", ".nuxt", ".nitro", ".cache", ".virtual", ".turbo", "dist", "build", "tsx-0", "node-jiti", "coverage", "pnpm-lock.yaml", "nginx.conf", ".env.example"],
"dictionaryDefinitions": [
{
"name": "name",
Expand Down
4 changes: 0 additions & 4 deletions packages/notion-api-zod-schema/.env.example

This file was deleted.

37 changes: 0 additions & 37 deletions packages/notion-api-zod-schema/CHANGELOG.md

This file was deleted.

26 changes: 0 additions & 26 deletions packages/notion-api-zod-schema/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions packages/notion-api-zod-schema/build.config.ts

This file was deleted.

58 changes: 0 additions & 58 deletions packages/notion-api-zod-schema/data/dashboard.json

This file was deleted.

136 changes: 0 additions & 136 deletions packages/notion-api-zod-schema/data/dashborad-content.json

This file was deleted.

Loading

0 comments on commit 3c10c83

Please sign in to comment.