We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89650b commit 0d5c4fdCopy full SHA for 0d5c4fd
.github/workflows/static-analysis.yml
@@ -174,7 +174,7 @@ jobs:
174
persist-credentials: false
175
- name: Install ansible-lint
176
# Pin rich version to workaround https://github.com/ansible/ansible-lint/issues/1795
177
- run: pip3 install --user rich<11.0.0 ansible-lint==4.3.7
+ run: pip3 install --user 'rich<11.0.0' ansible-lint==4.3.7
178
- name: Run ansible-lint
179
run: ./src/main/scripts/execute-command.sh ansible-lint
180
0 commit comments