Przeglądaj źródła
Merge pull request #1488 from HarHarLinks/patch-5
lint whitespace from ansible-lint.yml
pull/1493/head
Slavi Pantaleev
4 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
2 dodań i
2 usunięć
-
.github/workflows/ansible-lint.yml
|
|
|
@@ -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" |