Skip to content

feat: add support for JSONC in user theme files and add test coverage for theme loading functionality (resolves #4927) #32493

feat: add support for JSONC in user theme files and add test coverage for theme loading functionality (resolves #4927)

feat: add support for JSONC in user theme files and add test coverage for theme loading functionality (resolves #4927) #32493

Workflow file for this run

name: typecheck
on:
push:
branches: [dev]
pull_request:
branches: [dev]
workflow_dispatch:
jobs:
typecheck:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Run typecheck
run: bun typecheck