Skip to content

Support MacOS for golang and rust #155

Support MacOS for golang and rust

Support MacOS for golang and rust #155

Triggered via pull request September 25, 2024 14:19
Status Success
Total duration 40s
Artifacts

lint.yml

on: pull_request
Lint Ansible Playbook
27s
Lint Ansible Playbook
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
[ansible-lint] roles/rust/tasks/main.yml#L37: roles/rust/tasks/main.yml#L37
no-changed-when: Commands should not change things if nothing needs doing.
load-failure[filenotfounderror]: install_gradle.yml#L1
[Errno 2] No such file or directory: '/home/runner/work/ansible-roles/ansible-roles/install_gradle.yml'
load-failure[filenotfounderror]: plugin_redmine_default_assign.yml#L1
[Errno 2] No such file or directory: '/home/runner/work/ansible-roles/ansible-roles/plugin_redmine_default_assign.yml'
fqcn[action-core]: roles/android_studio/tasks/main.yml#L3
Use FQCN for builtin module actions (get_url).
name[casing]: roles/android_studio/tasks/main.yml#L3
All names should start with an uppercase letter.
no-free-form: roles/android_studio/tasks/main.yml#L3
Avoid using free-form when calling module actions. (get_url)
risky-file-permissions: roles/android_studio/tasks/main.yml#L3
File permissions unset or incorrect.
fqcn[action-core]: roles/android_studio/tasks/main.yml#L7
Use FQCN for builtin module actions (stat).
name[casing]: roles/android_studio/tasks/main.yml#L7
All names should start with an uppercase letter.
no-free-form: roles/android_studio/tasks/main.yml#L7
Avoid using free-form when calling module actions. (stat)
fqcn[action-core]: roles/android_studio/tasks/main.yml#L11
Use FQCN for builtin module actions (unarchive).
args[module]: roles/lvm2/handlers/handler_Debian.yml#L3
one of the following is required: state, enabled
Lint Ansible Playbook
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/