Skip to content

ci: add npm provenance #147

ci: add npm provenance

ci: add npm provenance #147

Workflow file for this run

name: Package Verifier
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install
run: bun install --frozen-lockfile
- name: Run Tests
run: bun run test