Explorar el Código

lint whitespace from ansible-lint.yml

pull/1488/head
Kim Brose hace 4 años
committed by GitHub
padre
commit
0715104886
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 2 adiciones y 2 borrados
  1. +2
    -2
      .github/workflows/ansible-lint.yml

+ 2
- 2
.github/workflows/ansible-lint.yml Ver fichero

@@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
@@ -18,5 +18,5 @@ jobs:

override-deps: |
ansible-lint==5.3.1
args: "-x metadata, formatting"

Cargando…
Cancelar
Guardar