Run ansible-lint #6125
Annotations
4 warnings
jinja[spacing]:
projects/fine_tuning/toolbox/fine_tuning_run_fine_tuning_job/tasks/main.yml#L29
Jinja2 spacing could be improved: {% if fine_tuning_run_fine_tuning_job_workload == 'fms' -%} {{ fine_tuning_job_fms_config_template }} {%- elif fine_tuning_run_fine_tuning_job_workload == 'ilab' -%} {{ fine_tuning_job_ilab_config_template }} {%- endif %} -> {% if fine_tuning_run_fine_tuning_job_workload == 'fms' -%} {{ fine_tuning_job_fms_config_template }}{%- elif fine_tuning_run_fine_tuning_job_workload == 'ilab' -%} {{ fine_tuning_job_ilab_config_template }}{%- endif %}
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
Unexpected input(s) 'targets', 'override-deps', valid inputs are ['args', 'setup_python', 'working_directory', 'requirements_file', 'expected_return_code']
|
build
Unexpected input(s) 'targets', 'override-deps', valid inputs are ['args', 'setup_python', 'working_directory', 'requirements_file', 'expected_return_code']
|