Skip to content

feat(settings): add theme preset selection support #1077

feat(settings): add theme preset selection support

feat(settings): add theme preset selection support #1077

Workflow file for this run

# NOTE: This workflow is consolidated into ci.yml to avoid duplicate type check runs.
# Please remove this file and manage type checking only through ci.yml.
# Keeping this file for reference only - it is disabled.
name: Type Check (DEPRECATED - see ci.yml)
on:
pull_request:
branches: []
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- run: echo "Type checking is now handled by ci.yml"