Compare commits
1 Commits
f85285d07a
...
c308225b56
| Author | SHA1 | Date | |
|---|---|---|---|
|
c308225b56
|
@@ -26,7 +26,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.13"
|
python-version: "3.13"
|
||||||
- name: Intall test dependencies
|
- name: Intall test dependencies
|
||||||
run: pip3 install yamllint=1.37.1 ansible-lint==25.12.0
|
run: pip3 install yamllint==1.37.1 ansible-lint==25.12.0
|
||||||
- name: Lint code with yamllint
|
- name: Lint code with yamllint
|
||||||
run: "yamllint ."
|
run: "yamllint ."
|
||||||
- name: Lint code with yamllint
|
- name: Lint code with yamllint
|
||||||
|
|||||||
Reference in New Issue
Block a user