Skip to content

feat: file upload by agent (first gen) #190

feat: file upload by agent (first gen)

feat: file upload by agent (first gen) #190

Workflow file for this run

name: API
on:
push:
branches:
- main
pull_request:
jobs:
api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/setup-node
- name: Build packages
run: pnpm run build
- name: Check public API
run: pnpm run check-api