Skip to content

fix dispatch trigger #14

fix dispatch trigger

fix dispatch trigger #14

Triggered via pull request October 31, 2024 17:50
Status Failure
Total duration 31s
Artifacts

pre-commit.yaml

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

Annotations

8 errors and 1 warning
yaml[truthy]: .github/workflows/add-issue-to-project.yaml#L5
Truthy value should be one of \[false, true]
yaml[line-length]: .github/workflows/add-issue-to-project.yaml#L21
Line too long (187 > 160 characters)
yaml[truthy]: .github/workflows/dispatch-update.yml#L3
Truthy value should be one of \[false, true]
yaml[truthy]: .github/workflows/label-issue.yaml#L2
Truthy value should be one of \[false, true]
yaml[truthy]: .github/workflows/pre-commit.yaml#L2
Truthy value should be one of \[false, true]
yaml[new-line-at-end-of-file]: .github/workflows/pre-commit.yaml#L18
No new line character at the end of file
var-naming[no-role-prefix]: roles/charon_cluster/tasks/main.yml#L14
Variables names from within roles should use role_name_ as a prefix. (vars: node_config)
var-naming[no-role-prefix]: roles/charon_cluster/tasks/main.yml#L14
Variables names from within roles should use role_name_ as a prefix. (vars: node_index)
Ansible Lint
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/