Skip to content

feat: UTD-57: update skeletons and add home tab skeleton #222

feat: UTD-57: update skeletons and add home tab skeleton

feat: UTD-57: update skeletons and add home tab skeleton #222

Workflow file for this run

name: Type Check
on: [push, pull_request]
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Install dependencies
run: pnpm install
- name: Run check-types
run: pnpm run type-check