mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
fix linters in github actions (#848)
Fix bug #846 within this commit ansible/ansible-lint updated to 24.12.2 and config moved to .config folder
This commit is contained in:
committed by
GitHub
parent
6efabd3418
commit
159a63af97
3
.github/workflows/linters.yaml
vendored
3
.github/workflows/linters.yaml
vendored
@@ -19,6 +19,5 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: run-ansible-lint
|
||||
uses: ansible/ansible-lint@v24.7.0
|
||||
uses: ansible/ansible-lint@v24.12.2
|
||||
|
||||
Reference in New Issue
Block a user