Skip to content

add create storage account #130

add create storage account

add create storage account #130

Triggered via push June 20, 2024 18:08
Status Failure
Total duration 2m 28s
Artifacts

pre-commit.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
yaml[comments]: cloud/setup.yml#L82
Missing starting space in comment
pre-commit
Process completed with exit code 1.
jinja[spacing]: multi_select_setup.yml#L12
Jinja2 spacing could be improved: {{ (controller_launch_jobs | d([])) + \[launch_jobs | combine( {'extra_vars': { 'demo': item }})] }} -> {{ (controller_launch_jobs | d([])) + \[launch_jobs | combine({'extra_vars': {'demo': item}})] }}
jinja[spacing]: openshift/cnv/provision.yml#L28
Jinja2 spacing could be improved: {{ os_version |default('rhel9') }} -> {{ os_version | default('rhel9') }}
jinja[spacing]: openshift/cnv/wait.yml#L8
Jinja2 spacing could be improved: {{ (ansible_ssh_host|default(ansible_host))|default(inventory_hostname) }} -> {{ (ansible_ssh_host | default(ansible_host)) | default(inventory_hostname) }}
pre-commit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.