Skip to content

ServiceVariables: do not store service schema #260

ServiceVariables: do not store service schema

ServiceVariables: do not store service schema #260

Triggered via pull request November 24, 2023 14:30
Status Failure
Total duration 41s
Artifacts
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 license headers
Check conventional commits
6s
Check conventional commits
Check format with Black
9s
Check format with Black
Check linting with Ruff
5s
Check linting with Ruff
Run pytest
31s
Run pytest
Fit to window
Zoom out
Zoom in

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/