Skip to content

random stuff. commit so it doesnt get lost #1

random stuff. commit so it doesnt get lost

random stuff. commit so it doesnt get lost #1

Workflow file for this run

name: Run Tests
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Test
run: pnpm test