소스 검색

Cache prek hook environments in CI

pull/5063/head
Slavi Pantaleev 4 달 전
부모
커밋
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



불러오는 중...
취소
저장