Skip to content

fix(dashboard): fetch real commit activity from weekly-summary API instead of hardcoded data #3052

fix(dashboard): fetch real commit activity from weekly-summary API instead of hardcoded data

fix(dashboard): fetch real commit activity from weekly-summary API instead of hardcoded data #3052

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"