This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Updating-aws_admin_tools-role-with-new-option-and-setting-up-general-… #3653
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ce-provision-lint.yml
on: pull_request
Lint the codebase
2m 0s
Annotations
1 warning
|
jinja[spacing]:
roles/aws/aws_admin_tools/tasks/create_methods.yml#L68
Jinja2 spacing could be improved: {{ item.url_params | map('regex_replace', '^(.*)$', '\"\1\": \"$input.params(''\1'')\"') | list }} -> {{ item.url_params | map('regex_replace', '^(.*)$', '\"\1\": \"$input.params(' '\1' ')\"') | list }}
|