Bump actions/checkout from 3 to 4 #27
Annotations
10 errors and 4 warnings
yaml[new-line-at-end-of-file]:
.ansible-lint#L2
No new line character at the end of file
|
yaml[new-line-at-end-of-file]:
.github/FUNDING.yml#L2
No new line character at the end of file
|
yaml[new-line-at-end-of-file]:
.github/dependabot.yml#L6
No new line character at the end of file
|
yaml[truthy]:
.github/workflows/ansible-lint.yml#L3
Truthy value should be one of \[false, true]
|
yaml[indentation]:
.github/workflows/ansible-lint.yml#L10
Wrong indentation: expected 6 but found 4
|
yaml[new-line-at-end-of-file]:
requirements.yml#L6
No new line character at the end of file
|
yaml[new-line-at-end-of-file]:
roles/nodejs/defaults/main.yml#L1
No new line character at the end of file
|
fqcn[action-core]:
roles/nodejs/handlers/main.yml#L2
Use FQCN for builtin module actions (getent).
|
fqcn[action-core]:
roles/nodejs/handlers/main.yml#L7
Use FQCN for builtin module actions (file).
|
yaml[truthy]:
roles/nodejs/handlers/main.yml#L9
Truthy value should be one of \[false, true]
|
lint
Unexpected input(s) 'targets', valid inputs are ['entryPoint', 'args', 'path']
|
jinja[spacing]:
roles/room-assistant/tasks/main.yml#L41
Jinja2 spacing could be improved: {{ find_node.stat.lnk_source|default(find_node.stat.path, true) }} -> {{ find_node.stat.lnk_source | default(find_node.stat.path, true) }}
|
jinja[spacing]:
roles/room-assistant/tasks/main.yml#L55
Jinja2 spacing could be improved: {{ find_hcitool.stat.lnk_source|default(find_hcitool.stat.path, true) }} -> {{ find_hcitool.stat.lnk_source | default(find_hcitool.stat.path, true) }}
|
jinja[spacing]:
roles/room-assistant/tasks/main.yml#L69
Jinja2 spacing could be improved: {{ find_hciconfig.stat.lnk_source|default(find_hciconfig.stat.path, true) }} -> {{ find_hciconfig.stat.lnk_source | default(find_hciconfig.stat.path, true) }}
|