Skip to content

docs: add for now empty algorithms #57

docs: add for now empty algorithms

docs: add for now empty algorithms #57

Workflow file for this run

name: Run unit tests
on:
push:
branches: ["main"]
pull_request:
types: [opened, synchronize, reopened]
branches: ["main"]
jobs:
build:
name: Run unit tests
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
- name: Run unit test
run: bun test