workflow/lint: cache collections (hopefully)
All checks were successful
ci-lint / test (push) Successful in 1m6s

This commit is contained in:
Josh Lay 2025-10-19 08:13:26 -05:00
parent c56709ae03
commit 19eb5251c0
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -26,6 +26,13 @@ jobs:
with: with:
cache: 'pip' cache: 'pip'
- name: cache '.ansible/collections'
id: cache-collections
uses: actions/cache@v4
with:
path: .ansible/collections
key: ${{ runner.os }}-zfs_dkms-ansible-collections
- name: ansible/collections - name: ansible/collections
run: | run: |
pip install ansible-core ansible-lint pip install ansible-core ansible-lint