feat: Add workflow generator for natural language task execution #37
ci.yml
on: push
Matrix: Unit Tests (Python 3.13)
Code Quality
4m 18s
Security Scan
4m 33s
Frontend Build
22s
Integration Tests
4m 36s
Docker Build Test
Annotations
10 errors and 6 warnings
|
ruff (UP043):
src/scribe/lexicon_importer.py#L71
src/scribe/lexicon_importer.py:71:47: UP043 Unnecessary default type arguments
help: Remove default type arguments
|
|
ruff (UP043):
src/scribe/lexicon_importer.py#L65
src/scribe/lexicon_importer.py:65:46: UP043 Unnecessary default type arguments
help: Remove default type arguments
|
|
ruff (I001):
src/orchestration/workflow_generator.py#L200
src/orchestration/workflow_generator.py:200:5: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (UP041):
src/orchestration/workflow_engine.py#L341
src/orchestration/workflow_engine.py:341:16: UP041 Replace aliased errors with `TimeoutError`
help: Replace `asyncio.TimeoutError` with builtin `TimeoutError`
|
|
ruff (B905):
src/orchestration/workflow_engine.py#L294
src/orchestration/workflow_engine.py:294:33: B905 `zip()` without an explicit `strict=` parameter
help: Add explicit value for parameter `strict=`
|
|
ruff (UP035):
src/orchestration/workflow_engine.py#L22
src/orchestration/workflow_engine.py:22:1: UP035 Import from `collections.abc` instead: `Callable`
help: Import from `collections.abc`
|
|
ruff (UP035):
src/orchestration/step_registry.py#L11
src/orchestration/step_registry.py:11:1: UP035 Import from `collections.abc` instead: `Callable`
help: Import from `collections.abc`
|
|
ruff (UP043):
src/harvester/forensic_scout.py#L69
src/harvester/forensic_scout.py:69:10: UP043 Unnecessary default type arguments
help: Remove default type arguments
|
|
ruff (I001):
src/api/router.py#L376
src/api/router.py:376:9: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
src/api/router.py#L327
src/api/router.py:327:9: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Frontend Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Code Quality
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests (Python 3.13) (3.13)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5, codecov/codecov-action@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit Tests (Python 3.13) (3.13)
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
|
Security Scan
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|