Skip to content

fix: reduce Convex moderation churn causing excessive bandwidth and action compute #90

fix: reduce Convex moderation churn causing excessive bandwidth and action compute

fix: reduce Convex moderation churn causing excessive bandwidth and action compute #90

Workflow file for this run

name: Test
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.6
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run test