Skip to content

🆕 $Properties match PostHog reserved keys. Refactored api_key s… #12

🆕 $Properties match PostHog reserved keys. Refactored api_key s…

🆕 $Properties match PostHog reserved keys. Refactored api_key s… #12

Workflow file for this run

name: '🧪 Build Test'
on:
push:
branches:
- '**'
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run typecheck
- run: bun run bundle
- run: bun run test