Skip to content

feat: add clipboard and screenshot watchers to passive learning daemon #88

feat: add clipboard and screenshot watchers to passive learning daemon

feat: add clipboard and screenshot watchers to passive learning daemon #88

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint & format
run: bun run check
- name: Test
run: bun test
- name: Build binaries (smoke test)
run: |
bun build packages/cli/bin/kib.ts \
--compile \
--outfile=kib-test-binary