workflow/lint: +pip-install to setup-python, flatten galaxy
Some checks failed
ci-lint / test (push) Failing after 27s
Some checks failed
ci-lint / test (push) Failing after 27s
This commit is contained in:
parent
aaad72c090
commit
c0f961bea8
1 changed files with 2 additions and 4 deletions
|
@ -23,6 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
pip-install: 'ansible-core ansible-lint'
|
||||||
|
|
||||||
- name: cache '.ansible/collections'
|
- name: cache '.ansible/collections'
|
||||||
id: cache-collections
|
id: cache-collections
|
||||||
|
@ -31,10 +32,7 @@ jobs:
|
||||||
path: /root/.ansible
|
path: /root/.ansible
|
||||||
key: zfs_dkms-dot-ansible
|
key: zfs_dkms-dot-ansible
|
||||||
|
|
||||||
- name: ansible+collections
|
- run: ansible-galaxy collection install -r meta/requirements.yml
|
||||||
run: |
|
|
||||||
pip install --no-compile ansible-core ansible-lint
|
|
||||||
ansible-galaxy collection install -r meta/requirements.yml
|
|
||||||
|
|
||||||
- run: ansible-lint
|
- run: ansible-lint
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue