Skip to content

[pre-commit.ci] pre-commit autoupdate #10

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #10

Triggered via pull request October 7, 2024 22:38
Status Failure
Total duration 46s
Artifacts

lint.yml

on: pull_request
yamllint
5s
yamllint
ansible-lint
36s
ansible-lint
Pre-Commit
0s
Pre-Commit
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
galaxy[no-changelog]: .github/workflows/galaxy.yml#L1
No changelog found. Please add a changelog file. Refer to the galaxy.md file for more info.
galaxy[tags]: .github/workflows/galaxy.yml#L1
galaxy.yaml must have one of the required tags: ['application', 'cloud', 'database', 'eda', 'infrastructure', 'linux', 'monitoring', 'networking', 'security', 'storage', 'tools', 'windows']
schema[galaxy]: .github/workflows/galaxy.yml#L1
$ Additional properties are not allowed ('jobs', 'on' were unexpected). See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
galaxy[version-missing]: .github/workflows/galaxy.yml#L2
galaxy.yaml should have version tag.
fqcn[action-core]: handlers/main.yml#L2
Use FQCN for builtin module actions (service).
name[casing]: handlers/main.yml#L2
All names should start with an uppercase letter.
fqcn[action-core]: handlers/main.yml#L8
Use FQCN for builtin module actions (systemd).
name[casing]: handlers/main.yml#L8
All names should start with an uppercase letter.
fqcn[action-core]: handlers/main.yml#L13
Use FQCN for builtin module actions (systemd).
name[casing]: handlers/main.yml#L13
All names should start with an uppercase letter.
yamllint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
yamllint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ansible-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ansible-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
jinja[spacing]: defaults/main.yml#L6
Jinja2 spacing could be improved: {{ ( ansible_memtotal_mb * 0.30 ) | round(0, 'ceil') | int }} -> {{ (ansible_memtotal_mb * 0.30) | round(0, 'ceil') | int }}
jinja[spacing]: tasks/configure.yml#L4
Jinja2 spacing could be improved: {{ item|safe|trim }} -> {{ item | safe | trim }}