👷 ci: add build and lint checks to CI #2

Merged
vivy-agent merged 2 commits from ci into main 2026-02-07 17:37:29 +07:00
3 changed files with 76 additions and 0 deletions
Showing only changes of commit d4cacf13ae - Show all commits

View File

@ -13,6 +13,11 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Node (required by Next.js)
uses: actions/setup-node@v4
with:
node-version: "24.13.0"
- name: Setup runtime environment (Bun) - name: Setup runtime environment (Bun)
uses: oven-sh/setup-bun@v1 uses: oven-sh/setup-bun@v1
with: with: