Skip to content

Fix tox versions and lint job #2

Fix tox versions and lint job

Fix tox versions and lint job #2

Triggered via pull request December 1, 2023 11:07
Status Failure
Total duration 38s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Ansible Lint
30s
Ansible Lint
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
name[casing]: extensions/molecule/resources/playbooks/noop.yml#L1
All names should start with an uppercase letter.
name[play]: playbooks/demo.yaml#L1
All plays should be named.
yaml[truthy]: playbooks/demo.yaml#L2
Truthy value should be one of \[false, true]
name[play]: plugins/modules/git_publish.py#L103
All plays should be named.
risky-file-permissions: plugins/modules/git_publish.py#L114
File permissions unset or incorrect.
name[play]: plugins/modules/git_retrieve.py#L120
All plays should be named.
yaml[empty-lines]: plugins/modules/git_retrieve.py#L197
Too many blank lines (1 > 0)
Ansible Lint
Process completed with exit code 2.
jinja[spacing]: extensions/molecule/resources/vars/vars.yml#L1
Jinja2 spacing could be improved: {{ lookup( 'pipe', 'git rev-parse --show-toplevel') }} -> {{ lookup('pipe', 'git rev-parse --show-toplevel') }}