Explorar el Código

Add ansible-lint in github actions

pull/1616/head
SkepticalWaves hace 4 años
committed by GitHub
padre
commit
0f925368cf
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 9 adiciones y 0 borrados
  1. +9
    -0
      .github/workflows/matrix.yml

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

@@ -14,3 +14,12 @@ jobs:
uses: actions/checkout@v2.4.0
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1.1.2
ansiblelint:
name: ansible-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
with:
targets: "setup.yml"

Cargando…
Cancelar
Guardar