Skip to content

feat: Extension system, Remote Gateway, macOS Desktop App, and comprehensive documentation #11

feat: Extension system, Remote Gateway, macOS Desktop App, and comprehensive documentation

feat: Extension system, Remote Gateway, macOS Desktop App, and comprehensive documentation #11

Workflow file for this run

name: CI
on:
push:
tags-ignore:
- "v*"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: "1.3.5"
- name: Install dependencies
run: bun install
- name: Lint
run: bun run lint
- name: Typecheck
run: bun run typecheck
- name: Tests
run: bun test