Skip to content

GHA for dummyCol.dummyName #40

GHA for dummyCol.dummyName

GHA for dummyCol.dummyName #40

Triggered via schedule May 29, 2024 00:43
Status Failure
Total duration 29s
Artifacts

test.yml

on: schedule
ansible-lint  /  Ansible Lint
18s
ansible-lint / Ansible Lint
changelog  /  Requires changelog
changelog / Requires changelog
integration  /  Matrix Integration
16s
integration / Matrix Integration
sanity  /  Matrix Sanity
14s
sanity / Matrix Sanity
unit-galaxy  /  Matrix Unit
12s
unit-galaxy / Matrix Unit
Matrix: integration / test
Matrix: sanity / test
Matrix: unit-galaxy / test
all_green
0s
all_green
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 4 warnings
unit-galaxy / Matrix Unit
Process completed with exit code 1.
sanity / Matrix Sanity
Process completed with exit code 1.
integration / Matrix Integration
Process completed with exit code 1.
yaml[empty-lines]: catalog-info.yaml#L1
Too many blank lines (1 > 0)
name[casing]: extensions/molecule/utils/playbooks/noop.yml#L2
All names should start with an uppercase letter.
galaxy[tags]: galaxy.yml#L1
galaxy.yaml must have one of the required tags: ['application', 'cloud', 'database', 'eda', 'infrastructure', 'linux', 'monitoring', 'networking', 'security', 'storage', 'tools', 'windows']
schema[galaxy]: galaxy.yml#L1
$.name 'dummyName' does not match '^\[a-z]\[a-z0-9_]+$'. See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
ansible-lint / Ansible Lint
Process completed with exit code 2.
unit-galaxy / Matrix Unit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
sanity / Matrix Sanity
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
integration / Matrix Integration
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
jinja[spacing]: extensions/molecule/utils/vars/vars.yml#L1
Jinja2 spacing could be improved: {{ lookup( 'pipe', 'git rev-parse --show-toplevel') }} -> {{ lookup('pipe', 'git rev-parse --show-toplevel') }}