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 a8f0af7 commit f89650bCopy full SHA for f89650b
.github/workflows/static-analysis.yml
@@ -173,7 +173,8 @@ jobs:
173
# Whether to configure the token or SSH key with the local git config. Default: true
174
persist-credentials: false
175
- name: Install ansible-lint
176
- run: pip3 install --user ansible-lint==4.3.7
+ # 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
178
- name: Run ansible-lint
179
run: ./src/main/scripts/execute-command.sh ansible-lint
180
0 commit comments