feat(settings): add theme preset selection support #1077
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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" |