Explorar el Código

Github action to lint with ansible-later

pull/1617/head
SkepticalWaves hace 4 años
committed by GitHub
padre
commit
2532ff3641
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      .github/workflows/matrix.yml

+ 6
- 0
.github/workflows/matrix.yml Ver fichero

@@ -14,3 +14,9 @@ jobs:
uses: actions/checkout@v2.4.0
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1.1.2
ansiblelater:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run ansible-later action
uses: patrickjahns/ansible-later-action@master

Cargando…
Cancelar
Guardar