瀏覽代碼

Cache prek hook environments in CI

pull/5063/head
Slavi Pantaleev 1 月之前
父節點
當前提交
09221fd611
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      .github/workflows/matrix.yml

+ 6
- 0
.github/workflows/matrix.yml 查看文件

@@ -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



Loading…
取消
儲存