Skip to content

feat: Octarine notes integration + auto-save for all integrations #110

feat: Octarine notes integration + auto-save for all integrations

feat: Octarine notes integration + auto-save for all integrations #110

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run tests
run: bun test