Fix regex #812
pull_request.yml
on: pull_request
qa
/
link_check
12s
qa
/
spell_check
4s
qa
/
style_check
24s
qa
/
markdown_lint
9s
Operator Pull Request
45s
Annotations
2 errors and 5 warnings
yaml[new-line-at-end-of-file]:
roles/grafana_cloud_operator/tasks/modify_alertmanager_secret.yml#L100
No new line character at the end of file
|
Operator Pull Request
Process completed with exit code 1.
|
qa / spell_check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
qa / markdown_lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
qa / link_check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
qa / style_check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
jinja[spacing]:
roles/grafana_cloud_operator/tasks/grafana_slo_hub_spoke.yml#L95
Jinja2 spacing could be improved: {{ folder_uids | default({}) | combine({item: (grafana_cloud_folder.results | selectattr('item', 'equalto', item) | map(attribute='json') | first | default({})).uid }) }} -> {{ folder_uids | default({}) | combine({item: (grafana_cloud_folder.results | selectattr('item', 'equalto', item) | map(attribute='json') | first | default({})).uid}) }}
|