fix(ci): restore green CI — ruff install + mirror secret rename #131

Merged
pyr0ball merged 6 commits from fix/ci-workflows into main 2026-06-26 21:02:30 -07:00
Showing only changes of commit 380a20a6f8 - Show all commits

View file

@ -21,6 +21,7 @@ from typing import Callable, Optional
from circuitforge_core.tasks.scheduler import (
LocalScheduler as _CoreTaskScheduler,
TaskSpec, # noqa: F401 — re-exported as part of public API; tests import from here
)
logger = logging.getLogger(__name__)