Browse Source

Add ansible-lint in github actions

pull/1616/head
SkepticalWaves 4 years ago
committed by GitHub
parent
commit
0f925368cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      .github/workflows/matrix.yml

+ 9
- 0
.github/workflows/matrix.yml View File

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

Loading…
Cancel
Save