소스 검색
Update ansible/ansible-lint action to v25.9.0
pull/4579/head
renovate[bot]
7 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/matrix.yml
|
|
|
@@ -26,7 +26,7 @@ jobs: |
|
|
|
uses: actions/checkout@v5 |
|
|
|
|
|
|
|
- name: Run ansible-lint |
|
|
|
uses: ansible/ansible-lint@v25.8.2 |
|
|
|
uses: ansible/ansible-lint@v25.9.0 |
|
|
|
with: |
|
|
|
args: "roles/custom" |
|
|
|
setup_python: "true" |
|
|
|
|