chore: freeze Nebula version and update dependency repo #24
pre-commit-ansible.yaml
on: pull_request
pre-commit-ansible
55s
Annotations
10 errors and 1 warning
name[template]:
ansible/roles/cyclonedds/tasks/main.yaml#L1
Jinja templates should only be at the end of 'name'
|
var-naming[no-role-prefix]:
ansible/roles/dev_tools/tasks/main.yaml#L10
Variables names from within roles should use role_name_ as a prefix. (register: git_lfs__git_global_config)
|
var-naming[no-role-prefix]:
ansible/roles/dev_tools/tasks/main.yaml#L40
Variables names from within roles should use role_name_ as a prefix. (register: held_ros_packages)
|
var-naming[no-role-prefix]:
ansible/roles/dev_tools/tasks/main.yaml#L45
Variables names from within roles should use role_name_ as a prefix. (register: install_result)
|
fqcn[action-core]:
ansible/roles/glog/tasks/main.yaml#L1
Use FQCN for builtin module actions (apt).
|
schema[tasks]:
ansible/roles/glog/tasks/main.yaml#L1
{'name': 'Install the built files', 'shell': 'cmake --build build --target install', 'args': {'chdir': '/tmp/glog'}, 'become': 'yes'} is not valid under any of the given schemas
|
fqcn[action-core]:
ansible/roles/glog/tasks/main.yaml#L8
Use FQCN for builtin module actions (git).
|
command-instead-of-shell:
ansible/roles/glog/tasks/main.yaml#L14
Use shell only when shell functionality is required.
|
fqcn[action-core]:
ansible/roles/glog/tasks/main.yaml#L14
Use FQCN for builtin module actions (shell).
|
no-changed-when:
ansible/roles/glog/tasks/main.yaml#L14
Commands should not change things if nothing needs doing.
|
pre-commit-ansible
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/
|