ServiceVariables
: do not store service schema
#260
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
17s
Check conventional commits
6s
Check format with Black
9s
Check linting with Ruff
5s
Run pytest
31s
Annotations
3 errors and 1 warning
Ruff (F841):
tdp/core/variables/cluster_variables.py#L106
tdp/core/variables/cluster_variables.py:106:21: F841 Local variable `schemas` is assigned to but never used
|
Ruff (F401):
tdp/core/variables/service_variables.py#L7
tdp/core/variables/service_variables.py:7:40: F401 `collections.abc.Mapping` 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/
|