feat: fully dynamic tool UI and live reaction to tool activation swit… #61
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GitHub Actions Nightly Build | |
on: | |
# push: | |
# branches: | |
# - main | |
jobs: | |
build-and-pre-release: | |
permissions: write-all | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: oven-sh/setup-bun@v1 | |
- name: Install dependencies | |
run: bun install | |
- name: Download emebdding model | |
run: bun run download-model | |
- name: Build the project | |
run: bun run build |