Skip to content

chore(deps): bump actions/checkout from 3 to 4 #59

chore(deps): bump actions/checkout from 3 to 4

chore(deps): bump actions/checkout from 3 to 4 #59

Triggered via pull request September 4, 2023 21:23
Status Failure
Total duration 1m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 4 warnings
yaml[indentation]: .github/workflows/semantic-release.yml#L8
Wrong indentation: expected 6 but found 5
yaml[empty-lines]: .github/workflows/test.yml#L40
Too many blank lines (1 > 0)
test (ubuntu20)
Process completed with exit code 2.
test (ubuntu22)
The job was canceled because "ubuntu20" failed.
test (ubuntu22)
The operation was canceled.
jinja[spacing]: tasks/main.yml#L33
Jinja2 spacing could be improved: {{ (potos_wallpaper_backgrounds.files | map(attribute="path") | map("regex_replace", "^\/usr\/share\/backgrounds\/(.*)", "\1") | list) | difference(potos_wallpaper_images[1:] | map(attribute="filename" )) | difference(\[potos_wallpaper_default_name]) }} -> {{ (potos_wallpaper_backgrounds.files | map(attribute="path") | map("regex_replace", "^\/usr\/share\/backgrounds\/(.*)", "\1") | list) | difference(potos_wallpaper_images[1:] | map(attribute="filename")) | difference(\[potos_wallpaper_default_name]) }}
jinja[spacing]: tasks/main.yml#L48
Jinja2 spacing could be improved: potos_wallpaper/{% if potos_wallpaper_images[0] is string%}{{ potos_wallpaper_images[0] }}{% else %}{{ potos_wallpaper_images[0].filename }}{% endif %} -> potos_wallpaper/{% if potos_wallpaper_images[0] is string %}{{ potos_wallpaper_images[0] }}{% else %}{{ potos_wallpaper_images[0].filename }}{% endif %}
jinja[spacing]: tasks/main.yml#L56
Jinja2 spacing could be improved: /usr/share/backgrounds/{% if item is string%}{{ item | basename }}{% else %}{{ item.filename | basename }}{% endif %} -> /usr/share/backgrounds/{% if item is string %}{{ item | basename }}{% else %}{{ item.filename | basename }}{% endif %}
jinja[spacing]: tasks/main.yml#L56
Jinja2 spacing could be improved: potos_wallpaper/{% if item is string%}{{ item }}{% else %}{{ item.filename }}{% endif %} -> potos_wallpaper/{% if item is string %}{{ item }}{% else %}{{ item.filename }}{% endif %}