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
feat: add yamllint gh action
pull/1606/head
Marko Weltzer
4 anos atrás
pai
7e5b88c3b7
commit
8de4e061e1
1 arquivos alterados
com
19 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
+19
-0
.github/workflows/matrix.yml
+ 19
- 0
.github/workflows/matrix.yml
Ver arquivo
@@ -0,0 +1,19 @@
---
name: Matrix CI
# yamllint disable-line rule:truthy
on:
push:
pull_request:
schedule:
- cron: 0 12 * * *
jobs:
yamllint:
name: 🧹 yamllint
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v2.4.0
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1.1.2
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar