Skip to content

feat: grok video frames, music studio, styling tweaks, flux dev support #59

feat: grok video frames, music studio, styling tweaks, flux dev support

feat: grok video frames, music studio, styling tweaks, flux dev support #59

Workflow file for this run

name: Test
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.6
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bun run test