Skip to content

updated actions

updated actions #3

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
registry-url: "https://npm.pkg.github.com/"
- run: bun install --frozen-lockfile
- run: bun test