Skip to content

Merge commit '7f81df93b82786126bd6dc7a968d25e939a0d995' into rework #246

Merge commit '7f81df93b82786126bd6dc7a968d25e939a0d995' into rework

Merge commit '7f81df93b82786126bd6dc7a968d25e939a0d995' into rework #246

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