Skip to content

feat: add webhook server for standalone deployment #13

feat: add webhook server for standalone deployment

feat: add webhook server for standalone deployment #13

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run typecheck
- run: bun run lint
- run: bun run format:check