From 19eb5251c05669309786a85948da5822201d3b59 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 08:13:26 -0500 Subject: [PATCH] workflow/lint: cache collections (hopefully) --- .forgejo/workflows/lint.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index c6100ab..95fc0cf 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -26,6 +26,13 @@ jobs: with: 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 run: | pip install ansible-core ansible-lint