Skip to content

test: raise unit + browser coverage to pragmatic 100% #542

test: raise unit + browser coverage to pragmatic 100%

test: raise unit + browser coverage to pragmatic 100% #542

Workflow file for this run

name: Typecheck
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false
- name: Prepare
uses: ./.github/actions/prepare
- name: Typecheck
run: pnpm typecheck