Skip to content

feat(logging): add persistent in-memory log store and API endpoint #11

feat(logging): add persistent in-memory log store and API endpoint

feat(logging): add persistent in-memory log store and API endpoint #11

Workflow file for this run

name: Check and Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check-and-test:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js and pnpm
uses: ./.github/actions/setup
with:
node-version: '20'
- name: Run pnpm check
run: pnpm check
- name: Run pnpm test
run: pnpm test