Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
overmind
/
matrix-docker-ansible-deploy
réplica de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
feat: add yamllint gh action
pull/1606/head
Marko Weltzer
hace 4 años
padre
7e5b88c3b7
commit
8de4e061e1
Se han
modificado 1 ficheros
con
19 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+19
-0
.github/workflows/matrix.yml
+ 19
- 0
.github/workflows/matrix.yml
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar