Skip to content

docs: update documentation, type declarations, and exports for securi… #60

docs: update documentation, type declarations, and exports for securi…

docs: update documentation, type declarations, and exports for securi… #60

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Linting
run: bun run format
- name: Run tests
run: bun test