Skip to content

chore: add docs

chore: add docs #18

Workflow file for this run

name: coverage
on:
pull_request:
jobs:
coverage:
name: coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- name: Run the tests
run: bun run test:ci