Skip to content

feat(logging): Proper logging support #190

feat(logging): Proper logging support

feat(logging): Proper logging support #190

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install
- name: Run tests
run: pnpm test