SkepticalWaves
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
.github/workflows/matrix.yml
|
|
|
@@ -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" |