Molecule test #2
Annotations
4 warnings
Molecule (2204)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
jinja[spacing]:
tasks/gitea_setup.yml#L211
Jinja2 spacing could be improved: {% if gitea_start_container.changed or ( gitea_start_container2 is defined and gitea_start_container2.changed ) %}true{% else %}false{% endif %} -> {% if gitea_start_container.changed or (gitea_start_container2 is defined and gitea_start_container2.changed) %}true{% else %}false{% endif %}
|
Molecule (2004)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
jinja[spacing]:
tasks/gitea_setup.yml#L211
Jinja2 spacing could be improved: {% if gitea_start_container.changed or ( gitea_start_container2 is defined and gitea_start_container2.changed ) %}true{% else %}false{% endif %} -> {% if gitea_start_container.changed or (gitea_start_container2 is defined and gitea_start_container2.changed) %}true{% else %}false{% endif %}
|