Skip to content

ci: update gh actions and package.json #61

ci: update gh actions and package.json

ci: update gh actions and package.json #61

Workflow file for this run

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