Skip to content

chore(output): weekly command output update (#1705) #2981

chore(output): weekly command output update (#1705)

chore(output): weekly command output update (#1705) #2981

Workflow file for this run

name: build
permissions: {}
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
name: vocs build
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Install bun
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
- name: Build Vocs
run: cd vocs && bun install && bun run build