Skip to content

refactor: thread config, unify error format, dedupe 404 handling #42

refactor: thread config, unify error format, dedupe 404 handling

refactor: thread config, unify error format, dedupe 404 handling #42

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: '20.x'
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Unit Tests
run: pnpm test