Introduce DagOperation
entity
#636
pull-request.yml
on: pull_request
Check license headers
16s
Check conventional commits
2s
Check format with Black
10s
Check linting with Ruff
4s
Run pytest
27s
Annotations
4 errors and 6 warnings
Ruff (F401):
tdp/core/entities/operation.py#L10
tdp/core/entities/operation.py:10:35: F401 `typing.Type` imported but unused
|
Ruff (F401):
tdp/core/entities/operation.py#L10
tdp/core/entities/operation.py:10:41: F401 `typing.TypeVar` imported but unused
|
Ruff (F401):
tdp/core/entities/operation.py#L22
tdp/core/entities/operation.py:22:28: F401 `tdp.core.types.PathLike` imported but unused
|
Check linting with Ruff
Process completed with exit code 1.
|
Check conventional commits
The following actions uses node12 which is deprecated and will be forced to run on node16: webiny/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check conventional commits
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, webiny/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check format with Black
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check license headers
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run pytest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check linting with Ruff
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|