Skip to content

test: add comprehensive edge-case unit tests for jira-utils #1075

test: add comprehensive edge-case unit tests for jira-utils

test: add comprehensive edge-case unit tests for jira-utils #1075

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"