Skip to content

fix(pwa): update theme-color meta tag for Liquid Glass themes #83

fix(pwa): update theme-color meta tag for Liquid Glass themes

fix(pwa): update theme-color meta tag for Liquid Glass themes #83

Workflow file for this run

name: Type Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run type check
run: pnpm typecheck