Skip to content

Merge branch 'main' into chore/add-documentation #3

Merge branch 'main' into chore/add-documentation

Merge branch 'main' into chore/add-documentation #3

Workflow file for this run

name: Build & Test
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}