Skip to content

Remove getOtherProfile as SPT has it implemented #9

Remove getOtherProfile as SPT has it implemented

Remove getOtherProfile as SPT has it implemented #9

Workflow file for this run

name: Run Type Check
on:
workflow_dispatch:
push:
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- '**/*.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: npm install
- name: Type check
run: npm run check-types