Skip to content

fix: support current opencode dev checkouts (#58) #104

fix: support current opencode dev checkouts (#58)

fix: support current opencode dev checkouts (#58) #104

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.14"
- run: sudo apt-get update && sudo apt-get install -y ffmpeg
- run: bun install --frozen-lockfile
- run: bun run check
- run: bun run test