feat: add webhook thought ingestion
CI / build-and-test (pull_request) Successful in 3m33s
CI / build-and-test (push) Successful in 3m37s

This commit is contained in:
2026-07-15 04:24:23 +02:00
parent 5718685c40
commit e459775740
8 changed files with 406 additions and 13 deletions
+14
View File
@@ -34,6 +34,20 @@ jobs:
- name: Tidy modules
run: go mod tidy
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install pnpm
run: npm install -g pnpm
- name: Build UI
run: |
cd ui
pnpm install --frozen-lockfile
pnpm run build
- name: Run tests
run: go test ./...