Skip to content

[2.30.0] Add orchestrating-swarms skill and /slfg command #47

[2.30.0] Add orchestrating-swarms skill and /slfg command

[2.30.0] Add orchestrating-swarms skill and /slfg command #47

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test