You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lint:
name: Lintruns-on: ubuntu-lateststeps:
- name: Checkout codebaseuses: actions/checkout@v2
- name: Run ansible-lintuses: ansible/ansible-lint-action@v6 # same issue with main instead of v6
I get the following error:
Error: the role 'radicale' was not found in /github/workspace/tests/roles:/github/home/.cache/ansible-compat/21a323/roles:/github/home/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/github/workspace/tests
Rule Violation Summary
count tag profile rule associated tags
1 syntax-check[specific] min core, unskippable
The role in question, radicale, is the role I'm linting. I don't know what triggers this error because there is no reference to the problematic file and line where it found the issue, nor could I find any information on syntax-check[specific] relating to that particular error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Running this job on GH Actions:
I get the following error:
The role in question,
radicale
, is the role I'm linting. I don't know what triggers this error because there is no reference to the problematic file and line where it found the issue, nor could I find any information onsyntax-check[specific]
relating to that particular error.The repo in question is here: https://github.com/coaxial/ansible-role-radicale/tree/role and the failing GH Actions log is here: https://github.com/coaxial/ansible-role-radicale/actions/runs/5201785958/jobs/9382446452
Beta Was this translation helpful? Give feedback.
All reactions