Skip to content

🧹 chore: add repo link to packagejson #10

🧹 chore: add repo link to packagejson

🧹 chore: add repo link to packagejson #10

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun i
- name: Run tests
run: bun test