Skip to content

[EXPERIMENTAL] feat(commands): add /slfg and /swarm-status swarm commands #37

[EXPERIMENTAL] feat(commands): add /slfg and /swarm-status swarm commands

[EXPERIMENTAL] feat(commands): add /slfg and /swarm-status swarm commands #37

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