Skip to content

Merge pull request #10 from ObolNetwork/automate_pr #13

Merge pull request #10 from ObolNetwork/automate_pr

Merge pull request #10 from ObolNetwork/automate_pr #13

Triggered via push October 4, 2024 06:40
Status Failure
Total duration 35s
Artifacts

pre-commit.yaml

on: push
Ansible Lint
26s
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/