Skip to content

[feat] Introduce new AI tasks and enhance document processing capabil… #561

[feat] Introduce new AI tasks and enhance document processing capabil…

[feat] Introduce new AI tasks and enhance document processing capabil… #561

Workflow file for this run

name: Build & Test
permissions:
contents: read
pull-requests: write
on:
push:
branches-ignore: ["main"]
pull_request:
branches-ignore: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun i
- run: bun run build
- run: bun test