Skip to content

docs(brand): add org logo, wordmark, profile README, sibling README drafts, and marketing site #13

docs(brand): add org logo, wordmark, profile README, sibling README drafts, and marketing site

docs(brand): add org logo, wordmark, profile README, sibling README drafts, and marketing site #13

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm run typecheck
- run: npm test --if-present
- run: npm run build