Browse Source

lint whitespace from ansible-lint.yml

pull/1488/head
Kim Brose 4 years ago
committed by GitHub
parent
commit
0715104886
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/ansible-lint.yml

+ 2
- 2
.github/workflows/ansible-lint.yml View 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"

Loading…
Cancel
Save