Skip to content

new workflow

new workflow #4

Triggered via pull request January 8, 2025 02:40
@fmunozmirandafmunozmiranda
synchronize #81
develop
Status Failure
Total duration 1m 18s
Artifacts

ansible-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
yaml[new-line-at-end-of-file]: .github/workflows/ansible-lint.yml#L19
No new line character at the end of file
yaml[brackets]: .github/workflows/sanity_tests.yml#L4
Too many spaces inside brackets
yaml[new-line-at-end-of-file]: .github/workflows/sanity_tests.yml#L40
No new line character at the end of file
yaml[indentation]: changelogs/changelog.yaml#L6
Wrong indentation: expected 8 but found 6
yaml[indentation]: changelogs/changelog.yaml#L27
Wrong indentation: expected 8 but found 6
yaml[indentation]: changelogs/changelog.yaml#L35
Wrong indentation: expected 8 but found 6
yaml[indentation]: changelogs/changelog.yaml#L41
Wrong indentation: expected 8 but found 6
yaml[indentation]: changelogs/changelog.yaml#L54
Wrong indentation: expected 8 but found 6
yaml[indentation]: changelogs/changelog.yaml#L56
Wrong indentation: expected 6 but found 4
jinja[spacing]: playbooks/old_collection_test.yml#L19
Jinja2 spacing could be improved: {{ omit if item.allowedVlans is undefined else item.allowedVlans.split(',')}} -> {{ omit if item.allowedVlans is undefined else item.allowedVlans.split(',') }}
jinja[spacing]: tests/integration/targets/meraki_network/tasks/main.yml#L45
Jinja2 spacing could be improved: create_net_switch_check.data.organization_id == "{{ test_org_id |string }}" -> create_net_switch_check.data.organization_id == "{{ test_org_id | string }}"
jinja[spacing]: tests/integration/targets/meraki_network/tasks/main.yml#L468
Jinja2 spacing could be improved: {{ net_id}} -> {{ net_id }}