3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-03-26 14:37:22 +00:00

Cache prek hook environments in CI

This commit is contained in:
Slavi Pantaleev
2026-03-22 18:00:15 +02:00
parent b3153fcc49
commit 09221fd611

View File

@@ -28,6 +28,12 @@ jobs:
- name: Check out
uses: actions/checkout@v6
- name: Restore prek cache
uses: actions/cache@v4
with:
path: var/prek
key: arch-prek-v1-${{ hashFiles('.pre-commit-config.yaml') }}
- name: Install dependencies
run: pacman -S --noconfirm --needed just mise python