Skip to content

chore(signatures): add proper tests #33

chore(signatures): add proper tests

chore(signatures): add proper tests #33

Workflow file for this run

name: Checks
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run build
- run: bun eslint
#- run: bun test
- run: bun tsc