ServiceVariables
: remove unused method
#257
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pull-request.yml
on: pull_request
Check license headers
16s
Check conventional commits
3s
Check format with Black
8s
Check linting with Ruff
9s
Run pytest
30s
Annotations
2 errors and 1 warning
Ruff (F401):
tdp/core/variables/service_variables.py#L21
tdp/core/variables/service_variables.py:21:30: F401 `tdp.core.dag.Dag` 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/
|