Skip to content

Commit a41fc36

Browse files
committed
revert: go back to earlier linter
1 parent d66269b commit a41fc36

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Run ansible-lint
18-
uses: ansible/ansible-lint@main
18+
uses: ansible-community/ansible-lint-action@v6.0.2
1919
with:
20-
args: |
21-
-p
20+
override-deps: |
21+
rich>=9.5.1,<11.0.0
22+
targets: |
2223
micado.yml
2324
edge.yml
2425
worker.yml

0 commit comments

Comments
 (0)