Browse Source
Github action to lint with ansible-later
pull/1617/head
SkepticalWaves
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
.github/workflows/matrix.yml
|
|
|
@@ -14,3 +14,9 @@ jobs: |
|
|
|
uses: actions/checkout@v2.4.0 |
|
|
|
- name: 🚀 Run yamllint |
|
|
|
uses: frenck/action-yamllint@v1.1.2 |
|
|
|
ansiblelater: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: run ansible-later action |
|
|
|
uses: patrickjahns/ansible-later-action@master |