Sfoglia il codice sorgente

lint whitespace from ansible-lint.yml

pull/1488/head
Kim Brose 4 anni fa
committed by GitHub
parent
commit
0715104886
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      .github/workflows/ansible-lint.yml

+ 2
- 2
.github/workflows/ansible-lint.yml Vedi File

@@ -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"

Caricamento…
Annulla
Salva