Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
overmind
/
matrix-docker-ansible-deploy
espelhamento de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Cache prek hook environments in CI
pull/5063/head
Slavi Pantaleev
4 meses atrás
pai
b3153fcc49
commit
09221fd611
1 arquivos alterados
com
6 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-0
.github/workflows/matrix.yml
+ 6
- 0
.github/workflows/matrix.yml
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar